@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateImageResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateImageResult | clone() | 
| boolean | equals(Object obj) | 
| String | getImageArn()
 The ARN of the image. | 
| int | hashCode() | 
| void | setImageArn(String imageArn)
 The ARN of the image. | 
| String | toString()Returns a string representation of this object. | 
| CreateImageResult | withImageArn(String imageArn)
 The ARN of the image. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setImageArn(String imageArn)
The ARN of the image.
imageArn - The ARN of the image.public String getImageArn()
The ARN of the image.
public CreateImageResult withImageArn(String imageArn)
The ARN of the image.
imageArn - The ARN of the image.public String toString()
toString in class ObjectObject.toString()public CreateImageResult clone()