ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeSnapshotsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
Represents the output of a 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 |
marker() |
An optional marker returned from a prior request.
|
static Class<? extends DescribeSnapshotsResponse.Builder> |
serializableBuilderClass() |
|
List<Snapshot> |
snapshots() |
A list of 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, setSdkResponseMetadatapublic String marker()
An optional marker returned from a prior request. Use this marker for pagination of results from this operation.
If this parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords.
MaxRecords.public List<Snapshot> snapshots()
A list of snapshots. Each item in the list contains detailed information about one snapshot.
public DescribeSnapshotsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder 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.