@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 Amazon Resource Name (ARN) of the image.
|
int |
hashCode() |
void |
setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
|
String |
toString()
Returns a string representation of this object.
|
CreateImageResult |
withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
imageArn
- The Amazon Resource Name (ARN) of the image.public String getImageArn()
The Amazon Resource Name (ARN) of the image.
public CreateImageResult withImageArn(String imageArn)
The Amazon Resource Name (ARN) of the image.
imageArn
- The Amazon Resource Name (ARN) of the image.public String toString()
toString
in class Object
Object.toString()
public CreateImageResult clone()