@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Image extends Object implements Serializable, Cloneable, StructuredPojo
A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base
container image. Each of these container images is represented by a SageMaker ImageVersion.
| Constructor and Description |
|---|
Image () |
| Modifier and Type | Method and Description |
|---|---|
Image |
clone () |
boolean |
equals (Object obj) |
Date |
getCreationTime ()
When the image was created.
|
String |
getDescription ()
The description of the image.
|
String |
getDisplayName ()
The name of the image as displayed.
|
String |
getFailureReason ()
When a create, update, or delete operation fails, the reason for the failure.
|
String |
getImageArn ()
The ARN of the image.
|
String |
getImageName ()
The name of the image.
|
String |
getImageStatus ()
The status of the image.
|
Date |
getLastModifiedTime ()
When the image was last modified.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreationTime (Date creationTime)
When the image was created.
|
void |
setDescription (String description)
The description of the image.
|
void |
setDisplayName (String displayName)
The name of the image as displayed.
|
void |
setFailureReason (String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
|
void |
setImageArn (String imageArn)
The ARN of the image.
|
void |
setImageName (String imageName)
The name of the image.
|
void |
setImageStatus (String imageStatus)
The status of the image.
|
void |
setLastModifiedTime (Date lastModifiedTime)
When the image was last modified.
|
String |
toString ()
Returns a string representation of this object.
|
Image |
withCreationTime (Date creationTime)
When the image was created.
|
Image |
withDescription (String description)
The description of the image.
|
Image |
withDisplayName (String displayName)
The name of the image as displayed.
|
Image |
withFailureReason (String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
|
Image |
withImageArn (String imageArn)
The ARN of the image.
|
Image |
withImageName (String imageName)
The name of the image.
|
Image |
withImageStatus (ImageStatus imageStatus)
The status of the image.
|
Image |
withImageStatus (String imageStatus)
The status of the image.
|
Image |
withLastModifiedTime (Date lastModifiedTime)
When the image was last modified.
|
public Image()
public void setCreationTime(Date creationTime)
When the image was created.
creationTime - When the image was created.public Date getCreationTime()
When the image was created.
public Image withCreationTime(Date creationTime)
When the image was created.
creationTime - When the image was created.public void setDescription(String description)
The description of the image.
description - The description of the image.public String getDescription()
The description of the image.
public Image withDescription(String description)
The description of the image.
description - The description of the image.public void setDisplayName(String displayName)
The name of the image as displayed.
displayName - The name of the image as displayed.public String getDisplayName()
The name of the image as displayed.
public Image withDisplayName(String displayName)
The name of the image as displayed.
displayName - The name of the image as displayed.public void setFailureReason(String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
failureReason - When a create, update, or delete operation fails, the reason for the failure.public String getFailureReason()
When a create, update, or delete operation fails, the reason for the failure.
public Image withFailureReason(String failureReason)
When a create, update, or delete operation fails, the reason for the failure.
failureReason - When a create, update, or delete operation fails, the reason for the failure.public void setImageArn(String imageArn)
The ARN of the image.
imageArn - The ARN of the image.public String getImageArn()
The ARN of the image.
public Image withImageArn(String imageArn)
The ARN of the image.
imageArn - The ARN of the image.public void setImageName(String imageName)
The name of the image.
imageName - The name of the image.public String getImageName()
The name of the image.
public Image withImageName(String imageName)
The name of the image.
imageName - The name of the image.public void setImageStatus(String imageStatus)
The status of the image.
imageStatus - The status of the image.ImageStatus public String getImageStatus()
The status of the image.
ImageStatus public Image withImageStatus(String imageStatus)
The status of the image.
imageStatus - The status of the image.ImageStatus public Image withImageStatus(ImageStatus imageStatus)
The status of the image.
imageStatus - The status of the image.ImageStatus public void setLastModifiedTime(Date lastModifiedTime)
When the image was last modified.
lastModifiedTime - When the image was last modified.public Date getLastModifiedTime()
When the image was last modified.
public Image withLastModifiedTime(Date lastModifiedTime)
When the image was last modified.
lastModifiedTime - When the image was last modified.public String toString()
toString in class Object Object.toString() public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.