@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.
|
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. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
public void setDirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
directoryConfigs
- Information about the directory configurations. Note that although the response syntax in this topic
includes the account password, this password is not returned in the actual response.public DescribeDirectoryConfigsResult withDirectoryConfigs(DirectoryConfig... directoryConfigs)
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
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. Note that although the response syntax in this topic
includes the account password, this password is not returned in the actual response.public DescribeDirectoryConfigsResult withDirectoryConfigs(Collection<DirectoryConfig> directoryConfigs)
Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.
directoryConfigs
- Information about the directory configurations. Note that although the response syntax in this topic
includes the account password, this password is not returned in the actual response.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.