@Generated(value="software.amazon.awssdk:codegen") public final class ClientAuthenticationSettingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClientAuthenticationSettingInfo.Builder,ClientAuthenticationSettingInfo>
Contains information about a client authentication method for a directory.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClientAuthenticationSettingInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClientAuthenticationSettingInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time when the status of the client authentication type was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClientAuthenticationSettingInfo.Builder> |
serializableBuilderClass() |
ClientAuthenticationStatus |
status()
Whether the client authentication type is enabled or disabled for the specified directory.
|
String |
statusAsString()
Whether the client authentication type is enabled or disabled for the specified directory.
|
ClientAuthenticationSettingInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ClientAuthenticationType |
type()
The type of client authentication for the specified directory.
|
String |
typeAsString()
The type of client authentication for the specified directory.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClientAuthenticationType type()
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the 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 the specified directory. If no type is specified, a list of all client authentication types that are supported for the 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 ClientAuthenticationStatus status()
Whether the client authentication type is enabled or disabled for the specified directory.
If the service returns an enum value that is not available in the current SDK version, status will
return ClientAuthenticationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ClientAuthenticationStatuspublic final String statusAsString()
Whether the client authentication type is enabled or disabled for the specified directory.
If the service returns an enum value that is not available in the current SDK version, status will
return ClientAuthenticationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
ClientAuthenticationStatuspublic final Instant lastUpdatedDateTime()
The date and time when the status of the client authentication type was last updated.
public ClientAuthenticationSettingInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClientAuthenticationSettingInfo.Builder,ClientAuthenticationSettingInfo>public static ClientAuthenticationSettingInfo.Builder builder()
public static Class<? extends ClientAuthenticationSettingInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.