@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLDAPSSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeLDAPSSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLDAPSSettingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the directory.
|
Integer |
getLimit()
Specifies the number of items that should be displayed on one page.
|
String |
getNextToken()
The type of next token used for pagination.
|
String |
getType()
The type of LDAP security the customer wants to enable, either server or client.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the directory.
|
void |
setLimit(Integer limit)
Specifies the number of items that should be displayed on one page.
|
void |
setNextToken(String nextToken)
The type of next token used for pagination.
|
void |
setType(String type)
The type of LDAP security the customer wants to enable, either server or client.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLDAPSSettingsRequest |
withDirectoryId(String directoryId)
The identifier of the directory.
|
DescribeLDAPSSettingsRequest |
withLimit(Integer limit)
Specifies the number of items that should be displayed on one page.
|
DescribeLDAPSSettingsRequest |
withNextToken(String nextToken)
The type of next token used for pagination.
|
DescribeLDAPSSettingsRequest |
withType(LDAPSType type)
The type of LDAP security the customer wants to enable, either server or client.
|
DescribeLDAPSSettingsRequest |
withType(String type)
The type of LDAP security the customer wants to enable, either server or client.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public String getDirectoryId()
The identifier of the directory.
public DescribeLDAPSSettingsRequest withDirectoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.public void setType(String type)
The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).
type - The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).LDAPSTypepublic String getType()
The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).
Client, (the default).LDAPSTypepublic DescribeLDAPSSettingsRequest withType(String type)
The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).
type - The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).LDAPSTypepublic DescribeLDAPSSettingsRequest withType(LDAPSType type)
The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).
type - The type of LDAP security the customer wants to enable, either server or client. Currently supports only
Client, (the default).LDAPSTypepublic void setNextToken(String nextToken)
The type of next token used for pagination.
nextToken - The type of next token used for pagination.public String getNextToken()
The type of next token used for pagination.
public DescribeLDAPSSettingsRequest withNextToken(String nextToken)
The type of next token used for pagination.
nextToken - The type of next token used for pagination.public void setLimit(Integer limit)
Specifies the number of items that should be displayed on one page.
limit - Specifies the number of items that should be displayed on one page.public Integer getLimit()
Specifies the number of items that should be displayed on one page.
public DescribeLDAPSSettingsRequest withLimit(Integer limit)
Specifies the number of items that should be displayed on one page.
limit - Specifies the number of items that should be displayed on one page.public String toString()
toString in class ObjectObject.toString()public DescribeLDAPSSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.