@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLDAPSSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLDAPSSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLDAPSSettingsResult |
clone() |
boolean |
equals(Object obj) |
List<LDAPSSettingInfo> |
getLDAPSSettingsInfo()
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
String |
getNextToken()
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is
another page.
|
int |
hashCode() |
void |
setLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
void |
setNextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is
another page.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLDAPSSettingsResult |
withLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
DescribeLDAPSSettingsResult |
withLDAPSSettingsInfo(LDAPSSettingInfo... lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
DescribeLDAPSSettingsResult |
withNextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is
another page.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LDAPSSettingInfo> getLDAPSSettingsInfo()
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
public void setLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
lDAPSSettingsInfo
- Information about LDAP security for the specified directory, including status of enablement, state last
updated date time, and the reason for the state.public DescribeLDAPSSettingsResult withLDAPSSettingsInfo(LDAPSSettingInfo... lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
NOTE: This method appends the values to the existing list (if any). Use
setLDAPSSettingsInfo(java.util.Collection)
or withLDAPSSettingsInfo(java.util.Collection)
if
you want to override the existing values.
lDAPSSettingsInfo
- Information about LDAP security for the specified directory, including status of enablement, state last
updated date time, and the reason for the state.public DescribeLDAPSSettingsResult withLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
lDAPSSettingsInfo
- Information about LDAP security for the specified directory, including status of enablement, state last
updated date time, and the reason for the state.public void setNextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
nextToken
- The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and
there is another page.public String getNextToken()
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
public DescribeLDAPSSettingsResult withNextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
nextToken
- The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and
there is another page.public String toString()
toString
in class Object
Object.toString()
public DescribeLDAPSSettingsResult clone()