@Generated(value="software.amazon.awssdk:codegen") public final class DescribeUpdateDirectoryRequest extends DirectoryRequest implements ToCopyableBuilder<DescribeUpdateDirectoryRequest.Builder,DescribeUpdateDirectoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeUpdateDirectoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeUpdateDirectoryRequest.Builder |
builder() |
String |
directoryId()
The unique identifier of the directory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The
DescribeUpdateDirectoryResult. |
String |
regionName()
The name of the Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeUpdateDirectoryRequest.Builder> |
serializableBuilderClass() |
DescribeUpdateDirectoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UpdateType |
updateType()
The type of updates you want to describe for the directory.
|
String |
updateTypeAsString()
The type of updates you want to describe for the directory.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
The unique identifier of the directory.
public final UpdateType updateType()
The type of updates you want to describe for the directory.
If the service returns an enum value that is not available in the current SDK version, updateType will
return UpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
updateTypeAsString().
UpdateTypepublic final String updateTypeAsString()
The type of updates you want to describe for the directory.
If the service returns an enum value that is not available in the current SDK version, updateType will
return UpdateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
updateTypeAsString().
UpdateTypepublic final String regionName()
The name of the Region.
public final String nextToken()
The DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.
DescribeUpdateDirectoryResult. NextToken value from a previous call to
DescribeUpdateDirectory. Pass null if this is the first call.public DescribeUpdateDirectoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeUpdateDirectoryRequest.Builder,DescribeUpdateDirectoryRequest>toBuilder in class DirectoryRequestpublic static DescribeUpdateDirectoryRequest.Builder builder()
public static Class<? extends DescribeUpdateDirectoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.