@Generated(value="software.amazon.awssdk:codegen") public final class UnshareDirectoryRequest extends DirectoryRequest implements ToCopyableBuilder<UnshareDirectoryRequest.Builder,UnshareDirectoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnshareDirectoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnshareDirectoryRequest.Builder |
builder() |
String |
directoryId()
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnshareDirectoryRequest.Builder> |
serializableBuilderClass() |
UnshareDirectoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UnshareTarget |
unshareTarget()
Identifier for the directory consumer account with whom the directory has to be unshared.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String directoryId()
The identifier of the AWS Managed Microsoft AD directory that you want to stop sharing.
public UnshareTarget unshareTarget()
Identifier for the directory consumer account with whom the directory has to be unshared.
public UnshareDirectoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnshareDirectoryRequest.Builder,UnshareDirectoryRequest>toBuilder in class DirectoryRequestpublic static UnshareDirectoryRequest.Builder builder()
public static Class<? extends UnshareDirectoryRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.