@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyWorkspaceAccessPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ModifyWorkspaceAccessPropertiesRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyWorkspaceAccessPropertiesRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getResourceId()
 The identifier of the directory. 
 | 
WorkspaceAccessProperties | 
getWorkspaceAccessProperties()
 The device types and operating systems to enable or disable for access. 
 | 
int | 
hashCode()  | 
void | 
setResourceId(String resourceId)
 The identifier of the directory. 
 | 
void | 
setWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
 The device types and operating systems to enable or disable for access. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyWorkspaceAccessPropertiesRequest | 
withResourceId(String resourceId)
 The identifier of the directory. 
 | 
ModifyWorkspaceAccessPropertiesRequest | 
withWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
 The device types and operating systems to enable or disable for access. 
 | 
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 ModifyWorkspaceAccessPropertiesRequest()
public void setResourceId(String resourceId)
The identifier of the directory.
resourceId - The identifier of the directory.public String getResourceId()
The identifier of the directory.
public ModifyWorkspaceAccessPropertiesRequest withResourceId(String resourceId)
The identifier of the directory.
resourceId - The identifier of the directory.public void setWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The device types and operating systems to enable or disable for access.
workspaceAccessProperties - The device types and operating systems to enable or disable for access.public WorkspaceAccessProperties getWorkspaceAccessProperties()
The device types and operating systems to enable or disable for access.
public ModifyWorkspaceAccessPropertiesRequest withWorkspaceAccessProperties(WorkspaceAccessProperties workspaceAccessProperties)
The device types and operating systems to enable or disable for access.
workspaceAccessProperties - The device types and operating systems to enable or disable for access.public String toString()
toString in class ObjectObject.toString()public ModifyWorkspaceAccessPropertiesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()