ToCopyableBuilder<DescribeDirectoriesResponse.Builder,DescribeDirectoriesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeDirectoriesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeDirectoriesResponse.Builder,DescribeDirectoriesResponse>
Contains the results of the DescribeDirectories operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDirectoriesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeDirectoriesResponse.Builder |
builder() |
|
List<DirectoryDescription> |
directoryDescriptions() |
The list of DirectoryDescription objects that were retrieved.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends DescribeDirectoriesResponse.Builder> |
serializableBuilderClass() |
|
DescribeDirectoriesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<DirectoryDescription> directoryDescriptions()
The list of DirectoryDescription objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
public String nextToken()
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.
public DescribeDirectoriesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDirectoriesResponse.Builder,DescribeDirectoriesResponse>
public static DescribeDirectoriesResponse.Builder builder()
public static Class<? extends DescribeDirectoriesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.