@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUpdatedImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateUpdatedImageResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateUpdatedImageResult | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getCanUpdateImage()
 Indicates whether a new image can be created. | 
| Image | getImage() | 
| int | hashCode() | 
| Boolean | isCanUpdateImage()
 Indicates whether a new image can be created. | 
| void | setCanUpdateImage(Boolean canUpdateImage)
 Indicates whether a new image can be created. | 
| void | setImage(Image image) | 
| String | toString()Returns a string representation of this object. | 
| CreateUpdatedImageResult | withCanUpdateImage(Boolean canUpdateImage)
 Indicates whether a new image can be created. | 
| CreateUpdatedImageResult | withImage(Image image) | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setImage(Image image)
image - public Image getImage()
public CreateUpdatedImageResult withImage(Image image)
image - public void setCanUpdateImage(Boolean canUpdateImage)
Indicates whether a new image can be created.
canUpdateImage - Indicates whether a new image can be created.public Boolean getCanUpdateImage()
Indicates whether a new image can be created.
public CreateUpdatedImageResult withCanUpdateImage(Boolean canUpdateImage)
Indicates whether a new image can be created.
canUpdateImage - Indicates whether a new image can be created.public Boolean isCanUpdateImage()
Indicates whether a new image can be created.
public String toString()
toString in class ObjectObject.toString()public CreateUpdatedImageResult clone()