@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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).LDAPSType
public 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).LDAPSType
public 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).LDAPSType
public 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).LDAPSType
public 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 Object
Object.toString()
public DescribeLDAPSSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.