@Generated(value="software.amazon.awssdk:codegen") public class DescribeSnapshotsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
Contains the output of DescribeSnapshots.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSnapshotsResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<Snapshot> snapshots()
Information about the snapshots.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>public static DescribeSnapshotsResponse.Builder builder()
public static Class<? extends DescribeSnapshotsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.