@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStandbyWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateStandbyWorkspacesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateStandbyWorkspacesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getPrimaryRegion()
 The Region of the primary WorkSpace. | 
| List<StandbyWorkspace> | getStandbyWorkspaces()
 Information about the standby WorkSpace to be created. | 
| int | hashCode() | 
| void | setPrimaryRegion(String primaryRegion)
 The Region of the primary WorkSpace. | 
| void | setStandbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
 Information about the standby WorkSpace to be created. | 
| String | toString()Returns a string representation of this object. | 
| CreateStandbyWorkspacesRequest | withPrimaryRegion(String primaryRegion)
 The Region of the primary WorkSpace. | 
| CreateStandbyWorkspacesRequest | withStandbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
 Information about the standby WorkSpace to be created. | 
| CreateStandbyWorkspacesRequest | withStandbyWorkspaces(StandbyWorkspace... standbyWorkspaces)
 Information about the standby WorkSpace to be created. | 
addHandlerContext, 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 setPrimaryRegion(String primaryRegion)
The Region of the primary WorkSpace.
primaryRegion - The Region of the primary WorkSpace.public String getPrimaryRegion()
The Region of the primary WorkSpace.
public CreateStandbyWorkspacesRequest withPrimaryRegion(String primaryRegion)
The Region of the primary WorkSpace.
primaryRegion - The Region of the primary WorkSpace.public List<StandbyWorkspace> getStandbyWorkspaces()
Information about the standby WorkSpace to be created.
public void setStandbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
Information about the standby WorkSpace to be created.
standbyWorkspaces - Information about the standby WorkSpace to be created.public CreateStandbyWorkspacesRequest withStandbyWorkspaces(StandbyWorkspace... standbyWorkspaces)
Information about the standby WorkSpace to be created.
 NOTE: This method appends the values to the existing list (if any). Use
 setStandbyWorkspaces(java.util.Collection) or withStandbyWorkspaces(java.util.Collection) if
 you want to override the existing values.
 
standbyWorkspaces - Information about the standby WorkSpace to be created.public CreateStandbyWorkspacesRequest withStandbyWorkspaces(Collection<StandbyWorkspace> standbyWorkspaces)
Information about the standby WorkSpace to be created.
standbyWorkspaces - Information about the standby WorkSpace to be created.public String toString()
toString in class ObjectObject.toString()public CreateStandbyWorkspacesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()