@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyWorkspacePropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ModifyWorkspacePropertiesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyWorkspacePropertiesRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getWorkspaceId()
 The identifier of the WorkSpace. | 
| WorkspaceProperties | getWorkspaceProperties()
 The properties of the WorkSpace. | 
| int | hashCode() | 
| void | setWorkspaceId(String workspaceId)
 The identifier of the WorkSpace. | 
| void | setWorkspaceProperties(WorkspaceProperties workspaceProperties)
 The properties of the WorkSpace. | 
| String | toString()Returns a string representation of this object. | 
| ModifyWorkspacePropertiesRequest | withWorkspaceId(String workspaceId)
 The identifier of the WorkSpace. | 
| ModifyWorkspacePropertiesRequest | withWorkspaceProperties(WorkspaceProperties workspaceProperties)
 The properties 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 ModifyWorkspacePropertiesRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId - The identifier of the WorkSpace.public void setWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
workspaceProperties - The properties of the WorkSpace.public WorkspaceProperties getWorkspaceProperties()
The properties of the WorkSpace.
public ModifyWorkspacePropertiesRequest withWorkspaceProperties(WorkspaceProperties workspaceProperties)
The properties of the WorkSpace.
workspaceProperties - The properties of the WorkSpace.public String toString()
toString in class ObjectObject.toString()public ModifyWorkspacePropertiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.