Class ClientAuthenticationSettingInfo
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.ClientAuthenticationSettingInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClientAuthenticationSettingInfo.Builder,ClientAuthenticationSettingInfo>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClientAuthenticationSettingInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClientAuthenticationSettingInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedDateTime()The date and time when the status of the client authentication type was last updated.List<SdkField<?>>sdkFields()static Class<? extends ClientAuthenticationSettingInfo.Builder>serializableBuilderClass()ClientAuthenticationStatusstatus()Whether the client authentication type is enabled or disabled for the specified directory.StringstatusAsString()Whether the client authentication type is enabled or disabled for the specified directory.ClientAuthenticationSettingInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.ClientAuthenticationTypetype()The type of client authentication for the specified directory.StringtypeAsString()The type of client authentication for the specified directory.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public 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,
typewill returnClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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.
- See Also:
ClientAuthenticationType
-
typeAsString
public 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,
typewill returnClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- 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.
- See Also:
ClientAuthenticationType
-
status
public 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,
statuswill returnClientAuthenticationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Whether the client authentication type is enabled or disabled for the specified directory.
- See Also:
ClientAuthenticationStatus
-
statusAsString
public 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,
statuswill returnClientAuthenticationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Whether the client authentication type is enabled or disabled for the specified directory.
- See Also:
ClientAuthenticationStatus
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The date and time when the status of the client authentication type was last updated.
- Returns:
- The date and time when the status of the client authentication type was last updated.
-
toBuilder
public ClientAuthenticationSettingInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClientAuthenticationSettingInfo.Builder,ClientAuthenticationSettingInfo>
-
builder
public static ClientAuthenticationSettingInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClientAuthenticationSettingInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-