@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnshareDirectoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UnshareDirectoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
UnshareDirectoryRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
|
UnshareTarget |
getUnshareTarget()
Identifier for the directory consumer account with whom the directory has to be unshared.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
|
void |
setUnshareTarget(UnshareTarget unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
|
String |
toString()
Returns a string representation of this object.
|
UnshareDirectoryRequest |
withDirectoryId(String directoryId)
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
|
UnshareDirectoryRequest |
withUnshareTarget(UnshareTarget unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
|
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 setDirectoryId(String directoryId)
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
directoryId - The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.public String getDirectoryId()
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
public UnshareDirectoryRequest withDirectoryId(String directoryId)
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
directoryId - The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.public void setUnshareTarget(UnshareTarget unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
unshareTarget - Identifier for the directory consumer account with whom the directory has to be unshared.public UnshareTarget getUnshareTarget()
Identifier for the directory consumer account with whom the directory has to be unshared.
public UnshareDirectoryRequest withUnshareTarget(UnshareTarget unshareTarget)
Identifier for the directory consumer account with whom the directory has to be unshared.
unshareTarget - Identifier for the directory consumer account with whom the directory has to be unshared.public String toString()
toString in class ObjectObject.toString()public UnshareDirectoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.