@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectoryConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDirectoryConfigsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDirectoryConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDirectoryNames()
A specific list of directory names.
|
Integer |
getMaxResults()
The size of each page of results.
|
String |
getNextToken()
The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs.
|
int |
hashCode() |
void |
setDirectoryNames(Collection<String> directoryNames)
A specific list of directory names.
|
void |
setMaxResults(Integer maxResults)
The size of each page of results.
|
void |
setNextToken(String nextToken)
The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDirectoryConfigsRequest |
withDirectoryNames(Collection<String> directoryNames)
A specific list of directory names.
|
DescribeDirectoryConfigsRequest |
withDirectoryNames(String... directoryNames)
A specific list of directory names.
|
DescribeDirectoryConfigsRequest |
withMaxResults(Integer maxResults)
The size of each page of results.
|
DescribeDirectoryConfigsRequest |
withNextToken(String nextToken)
The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getDirectoryNames()
A specific list of directory names.
public void setDirectoryNames(Collection<String> directoryNames)
A specific list of directory names.
directoryNames
- A specific list of directory names.public DescribeDirectoryConfigsRequest withDirectoryNames(String... directoryNames)
A specific list of directory names.
NOTE: This method appends the values to the existing list (if any). Use
setDirectoryNames(java.util.Collection)
or withDirectoryNames(java.util.Collection)
if you want
to override the existing values.
directoryNames
- A specific list of directory names.public DescribeDirectoryConfigsRequest withDirectoryNames(Collection<String> directoryNames)
A specific list of directory names.
directoryNames
- A specific list of directory names.public void setMaxResults(Integer maxResults)
The size of each page of results.
maxResults
- The size of each page of results.public Integer getMaxResults()
The size of each page of results.
public DescribeDirectoryConfigsRequest withMaxResults(Integer maxResults)
The size of each page of results.
maxResults
- The size of each page of results.public void setNextToken(String nextToken)
The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs. If this is the first call, pass null.
nextToken
- The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs. If this is
the first call, pass null.public String getNextToken()
The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs. If this is the first call, pass null.
public DescribeDirectoryConfigsRequest withNextToken(String nextToken)
The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs. If this is the first call, pass null.
nextToken
- The DescribeDirectoryConfigsResult.NextToken from a previous call to DescribeDirectoryConfigs. If this is
the first call, pass null.public String toString()
toString
in class Object
Object.toString()
public DescribeDirectoryConfigsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.