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