ToCopyableBuilder<DescribeDBClusterSnapshotsResponse.Builder,DescribeDBClusterSnapshotsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeDBClusterSnapshotsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeDBClusterSnapshotsResponse.Builder,DescribeDBClusterSnapshotsResponse>
Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeDBClusterSnapshotsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeDBClusterSnapshotsResponse.Builder |
builder() |
|
List<DBClusterSnapshot> |
dbClusterSnapshots() |
Provides a list of DB cluster snapshots for the user.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
An optional pagination token provided by a previous DescribeDBClusterSnapshots request.
|
static Class<? extends DescribeDBClusterSnapshotsResponse.Builder> |
serializableBuilderClass() |
|
DescribeDBClusterSnapshotsResponse.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 String marker()
An optional pagination token provided by a previous DescribeDBClusterSnapshots request. If this parameter
is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
MaxRecords
.public List<DBClusterSnapshot> dbClusterSnapshots()
Provides a list of DB cluster snapshots for the user.
public DescribeDBClusterSnapshotsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeDBClusterSnapshotsResponse.Builder,DescribeDBClusterSnapshotsResponse>
public static DescribeDBClusterSnapshotsResponse.Builder builder()
public static Class<? extends DescribeDBClusterSnapshotsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.