@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkspaceImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorkspaceImageResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorkspaceImageResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreated()
The date when the image was created.
|
String |
getDescription()
The description of the image.
|
String |
getImageId()
The identifier of the new WorkSpace image.
|
String |
getName()
The name of the image.
|
OperatingSystem |
getOperatingSystem()
The operating system that the image is running.
|
String |
getOwnerAccountId()
The identifier of the Amazon Web Services account that owns the image.
|
String |
getRequiredTenancy()
Specifies whether the image is running on dedicated hardware.
|
String |
getState()
The availability status of the image.
|
int |
hashCode() |
void |
setCreated(Date created)
The date when the image was created.
|
void |
setDescription(String description)
The description of the image.
|
void |
setImageId(String imageId)
The identifier of the new WorkSpace image.
|
void |
setName(String name)
The name of the image.
|
void |
setOperatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
|
void |
setOwnerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
|
void |
setRequiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
void |
setState(String state)
The availability status of the image.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkspaceImageResult |
withCreated(Date created)
The date when the image was created.
|
CreateWorkspaceImageResult |
withDescription(String description)
The description of the image.
|
CreateWorkspaceImageResult |
withImageId(String imageId)
The identifier of the new WorkSpace image.
|
CreateWorkspaceImageResult |
withName(String name)
The name of the image.
|
CreateWorkspaceImageResult |
withOperatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
|
CreateWorkspaceImageResult |
withOwnerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
|
CreateWorkspaceImageResult |
withRequiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
CreateWorkspaceImageResult |
withRequiredTenancy(WorkspaceImageRequiredTenancy requiredTenancy)
Specifies whether the image is running on dedicated hardware.
|
CreateWorkspaceImageResult |
withState(String state)
The availability status of the image.
|
CreateWorkspaceImageResult |
withState(WorkspaceImageState state)
The availability status of the image.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImageId(String imageId)
The identifier of the new WorkSpace image.
imageId
- The identifier of the new WorkSpace image.public String getImageId()
The identifier of the new WorkSpace image.
public CreateWorkspaceImageResult withImageId(String imageId)
The identifier of the new WorkSpace image.
imageId
- The identifier of the new WorkSpace image.public void setName(String name)
The name of the image.
name
- The name of the image.public String getName()
The name of the image.
public CreateWorkspaceImageResult withName(String name)
The name of the image.
name
- The name of the image.public void setDescription(String description)
The description of the image.
description
- The description of the image.public String getDescription()
The description of the image.
public CreateWorkspaceImageResult withDescription(String description)
The description of the image.
description
- The description of the image.public void setOperatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
operatingSystem
- The operating system that the image is running.public OperatingSystem getOperatingSystem()
The operating system that the image is running.
public CreateWorkspaceImageResult withOperatingSystem(OperatingSystem operatingSystem)
The operating system that the image is running.
operatingSystem
- The operating system that the image is running.public void setState(String state)
The availability status of the image.
state
- The availability status of the image.WorkspaceImageState
public String getState()
The availability status of the image.
WorkspaceImageState
public CreateWorkspaceImageResult withState(String state)
The availability status of the image.
state
- The availability status of the image.WorkspaceImageState
public CreateWorkspaceImageResult withState(WorkspaceImageState state)
The availability status of the image.
state
- The availability status of the image.WorkspaceImageState
public void setRequiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
requiredTenancy
- Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is
enabled, this value is set to DEDICATED. For more information, see Bring Your Own
Windows Desktop Images..WorkspaceImageRequiredTenancy
public String getRequiredTenancy()
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
WorkspaceImageRequiredTenancy
public CreateWorkspaceImageResult withRequiredTenancy(String requiredTenancy)
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
requiredTenancy
- Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is
enabled, this value is set to DEDICATED. For more information, see Bring Your Own
Windows Desktop Images..WorkspaceImageRequiredTenancy
public CreateWorkspaceImageResult withRequiredTenancy(WorkspaceImageRequiredTenancy requiredTenancy)
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..
requiredTenancy
- Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is
enabled, this value is set to DEDICATED. For more information, see Bring Your Own
Windows Desktop Images..WorkspaceImageRequiredTenancy
public void setCreated(Date created)
The date when the image was created.
created
- The date when the image was created.public Date getCreated()
The date when the image was created.
public CreateWorkspaceImageResult withCreated(Date created)
The date when the image was created.
created
- The date when the image was created.public void setOwnerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
ownerAccountId
- The identifier of the Amazon Web Services account that owns the image.public String getOwnerAccountId()
The identifier of the Amazon Web Services account that owns the image.
public CreateWorkspaceImageResult withOwnerAccountId(String ownerAccountId)
The identifier of the Amazon Web Services account that owns the image.
ownerAccountId
- The identifier of the Amazon Web Services account that owns the image.public String toString()
toString
in class Object
Object.toString()
public CreateWorkspaceImageResult clone()