@Generated(value="software.amazon.awssdk:codegen") public final class LDAPSSettingInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>
Contains general information about the LDAPS settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LDAPSSettingInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LDAPSSettingInfo.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 LDAPS settings were last updated.
|
LDAPSStatus |
ldapsStatus()
The state of the LDAPS settings.
|
String |
ldapsStatusAsString()
The state of the LDAPS settings.
|
String |
ldapsStatusReason()
Describes a state change for LDAPS.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LDAPSSettingInfo.Builder> |
serializableBuilderClass() |
LDAPSSettingInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, ldapsStatus will
return LDAPSStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ldapsStatusAsString().
LDAPSStatuspublic 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, ldapsStatus will
return LDAPSStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ldapsStatusAsString().
LDAPSStatuspublic final String ldapsStatusReason()
Describes a state change for LDAPS.
public final Instant lastUpdatedDateTime()
The date and time when the LDAPS settings were last updated.
public LDAPSSettingInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>public static LDAPSSettingInfo.Builder builder()
public static Class<? extends LDAPSSettingInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.