@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreWorkspaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RestoreWorkspaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
RestoreWorkspaceRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSnapshotCurrentVolumes()
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
|
String |
getWorkspaceId()
The identifier of the WorkSpace.
|
int |
hashCode() |
Boolean |
isSnapshotCurrentVolumes()
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
|
void |
setSnapshotCurrentVolumes(Boolean snapshotCurrentVolumes)
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
|
void |
setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
String |
toString()
Returns a string representation of this object.
|
RestoreWorkspaceRequest |
withSnapshotCurrentVolumes(Boolean snapshotCurrentVolumes)
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
|
RestoreWorkspaceRequest |
withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId - The identifier of the WorkSpace.public String getWorkspaceId()
The identifier of the WorkSpace.
public RestoreWorkspaceRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId - The identifier of the WorkSpace.public void setSnapshotCurrentVolumes(Boolean snapshotCurrentVolumes)
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
snapshotCurrentVolumes - Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.public Boolean getSnapshotCurrentVolumes()
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
public RestoreWorkspaceRequest withSnapshotCurrentVolumes(Boolean snapshotCurrentVolumes)
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
snapshotCurrentVolumes - Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.public Boolean isSnapshotCurrentVolumes()
Indicates whether to create snapshots of the root volume and user volume before restoring the WorkSpace.
public String toString()
toString in class ObjectObject.toString()public RestoreWorkspaceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.