@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyWorkspaceStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyWorkspaceStateRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyWorkspaceStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWorkspaceId()
The identifier of the WorkSpace.
|
String |
getWorkspaceState()
The WorkSpace state.
|
int |
hashCode() |
void |
setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
void |
setWorkspaceState(String workspaceState)
The WorkSpace state.
|
String |
toString()
Returns a string representation of this object.
|
ModifyWorkspaceStateRequest |
withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
|
ModifyWorkspaceStateRequest |
withWorkspaceState(String workspaceState)
The WorkSpace state.
|
ModifyWorkspaceStateRequest |
withWorkspaceState(TargetWorkspaceState workspaceState)
The WorkSpace state.
|
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, withSdkRequestTimeout
public void setWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId
- The identifier of the WorkSpace.public String getWorkspaceId()
The identifier of the WorkSpace.
public ModifyWorkspaceStateRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId
- The identifier of the WorkSpace.public void setWorkspaceState(String workspaceState)
The WorkSpace state.
workspaceState
- The WorkSpace state.TargetWorkspaceState
public String getWorkspaceState()
The WorkSpace state.
TargetWorkspaceState
public ModifyWorkspaceStateRequest withWorkspaceState(String workspaceState)
The WorkSpace state.
workspaceState
- The WorkSpace state.TargetWorkspaceState
public ModifyWorkspaceStateRequest withWorkspaceState(TargetWorkspaceState workspaceState)
The WorkSpace state.
workspaceState
- The WorkSpace state.TargetWorkspaceState
public String toString()
toString
in class Object
Object.toString()
public ModifyWorkspaceStateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()