@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterWorkspaceDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeregisterWorkspaceDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterWorkspaceDirectoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterWorkspaceDirectoryRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
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 setDirectoryId(String directoryId)
The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.
directoryId - The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them
before you deregister the directory, or you will receive an OperationNotSupportedException error.public String getDirectoryId()
The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.
public DeregisterWorkspaceDirectoryRequest withDirectoryId(String directoryId)
The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them before you deregister the directory, or you will receive an OperationNotSupportedException error.
directoryId - The identifier of the directory. If any WorkSpaces are registered to this directory, you must remove them
before you deregister the directory, or you will receive an OperationNotSupportedException error.public String toString()
toString in class ObjectObject.toString()public DeregisterWorkspaceDirectoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()