Class LDAPSSettingInfo
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.LDAPSSettingInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>
@Generated("software.amazon.awssdk:codegen") public final class LDAPSSettingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>
Contains general information about the LDAPS settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLDAPSSettingInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LDAPSSettingInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedDateTime()The date and time when the LDAPS settings were last updated.LDAPSStatusldapsStatus()The state of the LDAPS settings.StringldapsStatusAsString()The state of the LDAPS settings.StringldapsStatusReason()Describes a state change for LDAPS.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LDAPSSettingInfo.Builder>serializableBuilderClass()LDAPSSettingInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
ldapsStatus
public final LDAPSStatus ldapsStatus()
The state of the LDAPS settings.
If the service returns an enum value that is not available in the current SDK version,
ldapsStatuswill returnLDAPSStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromldapsStatusAsString().- Returns:
- The state of the LDAPS settings.
- See Also:
LDAPSStatus
-
ldapsStatusAsString
public final String ldapsStatusAsString()
The state of the LDAPS settings.
If the service returns an enum value that is not available in the current SDK version,
ldapsStatuswill returnLDAPSStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromldapsStatusAsString().- Returns:
- The state of the LDAPS settings.
- See Also:
LDAPSStatus
-
ldapsStatusReason
public final String ldapsStatusReason()
Describes a state change for LDAPS.
- Returns:
- Describes a state change for LDAPS.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The date and time when the LDAPS settings were last updated.
- Returns:
- The date and time when the LDAPS settings were last updated.
-
toBuilder
public LDAPSSettingInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>
-
builder
public static LDAPSSettingInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends LDAPSSettingInfo.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-