@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImageVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeImageVersionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeImageVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getBaseImage()
The registry path of the container image on which this image version is based.
|
String |
getContainerImage()
The registry path of the container image that contains this image version.
|
Date |
getCreationTime()
When the version was created.
|
String |
getFailureReason()
When a create or delete operation fails, the reason for the failure.
|
String |
getImageArn()
The Amazon Resource Name (ARN) of the image the version is based on.
|
String |
getImageVersionArn()
The ARN of the version.
|
String |
getImageVersionStatus()
The status of the version.
|
Date |
getLastModifiedTime()
When the version was last modified.
|
Integer |
getVersion()
The version number.
|
int |
hashCode() |
void |
setBaseImage(String baseImage)
The registry path of the container image on which this image version is based.
|
void |
setContainerImage(String containerImage)
The registry path of the container image that contains this image version.
|
void |
setCreationTime(Date creationTime)
When the version was created.
|
void |
setFailureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
|
void |
setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image the version is based on.
|
void |
setImageVersionArn(String imageVersionArn)
The ARN of the version.
|
void |
setImageVersionStatus(String imageVersionStatus)
The status of the version.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the version was last modified.
|
void |
setVersion(Integer version)
The version number.
|
String |
toString()
Returns a string representation of this object.
|
DescribeImageVersionResult |
withBaseImage(String baseImage)
The registry path of the container image on which this image version is based.
|
DescribeImageVersionResult |
withContainerImage(String containerImage)
The registry path of the container image that contains this image version.
|
DescribeImageVersionResult |
withCreationTime(Date creationTime)
When the version was created.
|
DescribeImageVersionResult |
withFailureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
|
DescribeImageVersionResult |
withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image the version is based on.
|
DescribeImageVersionResult |
withImageVersionArn(String imageVersionArn)
The ARN of the version.
|
DescribeImageVersionResult |
withImageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
|
DescribeImageVersionResult |
withImageVersionStatus(String imageVersionStatus)
The status of the version.
|
DescribeImageVersionResult |
withLastModifiedTime(Date lastModifiedTime)
When the version was last modified.
|
DescribeImageVersionResult |
withVersion(Integer version)
The version number.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBaseImage(String baseImage)
The registry path of the container image on which this image version is based.
baseImage
- The registry path of the container image on which this image version is based.public String getBaseImage()
The registry path of the container image on which this image version is based.
public DescribeImageVersionResult withBaseImage(String baseImage)
The registry path of the container image on which this image version is based.
baseImage
- The registry path of the container image on which this image version is based.public void setContainerImage(String containerImage)
The registry path of the container image that contains this image version.
containerImage
- The registry path of the container image that contains this image version.public String getContainerImage()
The registry path of the container image that contains this image version.
public DescribeImageVersionResult withContainerImage(String containerImage)
The registry path of the container image that contains this image version.
containerImage
- The registry path of the container image that contains this image version.public void setCreationTime(Date creationTime)
When the version was created.
creationTime
- When the version was created.public Date getCreationTime()
When the version was created.
public DescribeImageVersionResult withCreationTime(Date creationTime)
When the version was created.
creationTime
- When the version was created.public void setFailureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
failureReason
- When a create or delete operation fails, the reason for the failure.public String getFailureReason()
When a create or delete operation fails, the reason for the failure.
public DescribeImageVersionResult withFailureReason(String failureReason)
When a create or delete operation fails, the reason for the failure.
failureReason
- When a create or delete operation fails, the reason for the failure.public void setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image the version is based on.
imageArn
- The Amazon Resource Name (ARN) of the image the version is based on.public String getImageArn()
The Amazon Resource Name (ARN) of the image the version is based on.
public DescribeImageVersionResult withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image the version is based on.
imageArn
- The Amazon Resource Name (ARN) of the image the version is based on.public void setImageVersionArn(String imageVersionArn)
The ARN of the version.
imageVersionArn
- The ARN of the version.public String getImageVersionArn()
The ARN of the version.
public DescribeImageVersionResult withImageVersionArn(String imageVersionArn)
The ARN of the version.
imageVersionArn
- The ARN of the version.public void setImageVersionStatus(String imageVersionStatus)
The status of the version.
imageVersionStatus
- The status of the version.ImageVersionStatus
public String getImageVersionStatus()
The status of the version.
ImageVersionStatus
public DescribeImageVersionResult withImageVersionStatus(String imageVersionStatus)
The status of the version.
imageVersionStatus
- The status of the version.ImageVersionStatus
public DescribeImageVersionResult withImageVersionStatus(ImageVersionStatus imageVersionStatus)
The status of the version.
imageVersionStatus
- The status of the version.ImageVersionStatus
public void setLastModifiedTime(Date lastModifiedTime)
When the version was last modified.
lastModifiedTime
- When the version was last modified.public Date getLastModifiedTime()
When the version was last modified.
public DescribeImageVersionResult withLastModifiedTime(Date lastModifiedTime)
When the version was last modified.
lastModifiedTime
- When the version was last modified.public void setVersion(Integer version)
The version number.
version
- The version number.public Integer getVersion()
The version number.
public DescribeImageVersionResult withVersion(Integer version)
The version number.
version
- The version number.public String toString()
toString
in class Object
Object.toString()
public DescribeImageVersionResult clone()