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