@Generated(value="software.amazon.awssdk:codegen") public final class DescribeClientAuthenticationSettingsRequest extends DirectoryRequest implements ToCopyableBuilder<DescribeClientAuthenticationSettingsRequest.Builder,DescribeClientAuthenticationSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeClientAuthenticationSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeClientAuthenticationSettingsRequest.Builder |
builder() |
String |
directoryId()
The identifier of the directory for which to retrieve information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of items to return.
|
String |
nextToken()
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeClientAuthenticationSettingsRequest.Builder> |
serializableBuilderClass() |
DescribeClientAuthenticationSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ClientAuthenticationType |
type()
The type of client authentication for which to retrieve information.
|
String |
typeAsString()
The type of client authentication for which to retrieve information.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
The identifier of the directory for which to retrieve information.
public final ClientAuthenticationType type()
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
If the service returns an enum value that is not available in the current SDK version, type will return
ClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ClientAuthenticationTypepublic final String typeAsString()
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
If the service returns an enum value that is not available in the current SDK version, type will return
ClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ClientAuthenticationTypepublic final String nextToken()
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
public final Integer limit()
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
public DescribeClientAuthenticationSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeClientAuthenticationSettingsRequest.Builder,DescribeClientAuthenticationSettingsRequest>toBuilder in class DirectoryRequestpublic static DescribeClientAuthenticationSettingsRequest.Builder builder()
public static Class<? extends DescribeClientAuthenticationSettingsRequest.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 © 2023. All rights reserved.