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