ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeSnapshotsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
Contains the output of DescribeSnapshots.
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() |
The
NextToken value to include in a future DescribeSnapshots request. |
static Class<? extends DescribeSnapshotsResponse.Builder> |
serializableBuilderClass() |
|
List<Snapshot> |
snapshots() |
Information about the snapshots.
|
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()
Information about the snapshots.
public String nextToken()
The NextToken
value to include in a future DescribeSnapshots
request. When the results
of a DescribeSnapshots
request exceed MaxResults
, this value can be used to retrieve
the next page of results. This value is null
when there are no more results to return.
NextToken
value to include in a future DescribeSnapshots
request. When the
results of a DescribeSnapshots
request exceed MaxResults
, this value can be
used to retrieve the next page of results. This value is null
when there are no more results
to return.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.