@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectoryConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDirectoryConfigsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDirectoryConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<DirectoryConfig> |
getDirectoryConfigs()
Information about the directory configurations.
|
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setDirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations.
|
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDirectoryConfigsResult |
withDirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations.
|
DescribeDirectoryConfigsResult |
withDirectoryConfigs(DirectoryConfig... directoryConfigs)
Information about the directory configurations.
|
DescribeDirectoryConfigsResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DirectoryConfig> getDirectoryConfigs()
Information about the directory configurations.
public void setDirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations.
directoryConfigs
- Information about the directory configurations.public DescribeDirectoryConfigsResult withDirectoryConfigs(DirectoryConfig... directoryConfigs)
Information about the directory configurations.
NOTE: This method appends the values to the existing list (if any). Use
setDirectoryConfigs(java.util.Collection)
or withDirectoryConfigs(java.util.Collection)
if you
want to override the existing values.
directoryConfigs
- Information about the directory configurations.public DescribeDirectoryConfigsResult withDirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations.
directoryConfigs
- Information about the directory configurations.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public DescribeDirectoryConfigsResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.public String toString()
toString
in class Object
Object.toString()
public DescribeDirectoryConfigsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.