@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LDAPSSettingInfo extends Object implements Serializable, Cloneable, StructuredPojo
Contains general information about the LDAPS settings.
Constructor and Description |
---|
LDAPSSettingInfo() |
Modifier and Type | Method and Description |
---|---|
LDAPSSettingInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getLastUpdatedDateTime()
The date and time when the LDAPS settings were last updated.
|
String |
getLDAPSStatus()
The state of the LDAPS settings.
|
String |
getLDAPSStatusReason()
Describes a state change for LDAPS.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
|
void |
setLDAPSStatus(String lDAPSStatus)
The state of the LDAPS settings.
|
void |
setLDAPSStatusReason(String lDAPSStatusReason)
Describes a state change for LDAPS.
|
String |
toString()
Returns a string representation of this object.
|
LDAPSSettingInfo |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
|
LDAPSSettingInfo |
withLDAPSStatus(LDAPSStatus lDAPSStatus)
The state of the LDAPS settings.
|
LDAPSSettingInfo |
withLDAPSStatus(String lDAPSStatus)
The state of the LDAPS settings.
|
LDAPSSettingInfo |
withLDAPSStatusReason(String lDAPSStatusReason)
Describes a state change for LDAPS.
|
public void setLDAPSStatus(String lDAPSStatus)
The state of the LDAPS settings.
lDAPSStatus
- The state of the LDAPS settings.LDAPSStatus
public String getLDAPSStatus()
The state of the LDAPS settings.
LDAPSStatus
public LDAPSSettingInfo withLDAPSStatus(String lDAPSStatus)
The state of the LDAPS settings.
lDAPSStatus
- The state of the LDAPS settings.LDAPSStatus
public LDAPSSettingInfo withLDAPSStatus(LDAPSStatus lDAPSStatus)
The state of the LDAPS settings.
lDAPSStatus
- The state of the LDAPS settings.LDAPSStatus
public void setLDAPSStatusReason(String lDAPSStatusReason)
Describes a state change for LDAPS.
lDAPSStatusReason
- Describes a state change for LDAPS.public String getLDAPSStatusReason()
Describes a state change for LDAPS.
public LDAPSSettingInfo withLDAPSStatusReason(String lDAPSStatusReason)
Describes a state change for LDAPS.
lDAPSStatusReason
- Describes a state change for LDAPS.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
lastUpdatedDateTime
- The date and time when the LDAPS settings were last updated.public Date getLastUpdatedDateTime()
The date and time when the LDAPS settings were last updated.
public LDAPSSettingInfo withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
lastUpdatedDateTime
- The date and time when the LDAPS settings were last updated.public String toString()
toString
in class Object
Object.toString()
public LDAPSSettingInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.