@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStoreImageTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStoreImageTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateStoreImageTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getObjectKey()
The name of the stored AMI object in the S3 bucket.
|
int |
hashCode() |
void |
setObjectKey(String objectKey)
The name of the stored AMI object in the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
CreateStoreImageTaskResult |
withObjectKey(String objectKey)
The name of the stored AMI object in the S3 bucket.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setObjectKey(String objectKey)
The name of the stored AMI object in the S3 bucket.
objectKey
- The name of the stored AMI object in the S3 bucket.public String getObjectKey()
The name of the stored AMI object in the S3 bucket.
public CreateStoreImageTaskResult withObjectKey(String objectKey)
The name of the stored AMI object in the S3 bucket.
objectKey
- The name of the stored AMI object in the S3 bucket.public String toString()
toString
in class Object
Object.toString()
public CreateStoreImageTaskResult clone()