@Generated(value="software.amazon.awssdk:codegen") public final class ListClusterSnapshotsRequest extends DocDbElasticRequest implements ToCopyableBuilder<ListClusterSnapshotsRequest.Builder,ListClusterSnapshotsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListClusterSnapshotsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListClusterSnapshotsRequest.Builder |
builder() |
String |
clusterArn()
The arn of the Elastic DocumentDB cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of entries to recieve in the response.
|
String |
nextToken()
The nextToken which is used the get the next page of data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListClusterSnapshotsRequest.Builder> |
serializableBuilderClass() |
ListClusterSnapshotsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clusterArn()
The arn of the Elastic DocumentDB cluster.
public final Integer maxResults()
The maximum number of entries to recieve in the response.
public final String nextToken()
The nextToken which is used the get the next page of data.
public ListClusterSnapshotsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListClusterSnapshotsRequest.Builder,ListClusterSnapshotsRequest>toBuilder in class DocDbElasticRequestpublic static ListClusterSnapshotsRequest.Builder builder()
public static Class<? extends ListClusterSnapshotsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.