ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeSnapshotsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
Contains the results of the DescribeSnapshots operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeSnapshotsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeSnapshotsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends DescribeSnapshotsResponse.Builder> |
serializableBuilderClass() |
|
List<Snapshot> |
snapshots() |
The list of Snapshot objects that were retrieved.
|
DescribeSnapshotsResponse.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<Snapshot> snapshots()
The list of Snapshot 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 in the NextToken member of a subsequent call to DescribeSnapshots.
public DescribeSnapshotsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
public static DescribeSnapshotsResponse.Builder builder()
public static Class<? extends DescribeSnapshotsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.