@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the 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 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 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, 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 setDirectoryId(String directoryId)
The identifier of the Managed Microsoft AD directory that you want to stop sharing.
directoryId
- The identifier of the Managed Microsoft AD directory that you want to stop sharing.public String getDirectoryId()
The identifier of the Managed Microsoft AD directory that you want to stop sharing.
public UnshareDirectoryRequest withDirectoryId(String directoryId)
The identifier of the Managed Microsoft AD directory that you want to stop sharing.
directoryId
- The identifier of the 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 Object
Object.toString()
public UnshareDirectoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()