@Generated(value="software.amazon.awssdk:codegen") public final class ListGlobalTablesRequest extends DynamoDbRequest implements ToCopyableBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGlobalTablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGlobalTablesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
|
String |
regionName()
Lists the global tables in a specific Region.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGlobalTablesRequest.Builder> |
serializableBuilderClass() |
ListGlobalTablesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
public final Integer limit()
The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table
names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to apply in
a subsequent operation to the ExclusiveStartGlobalTableName parameter.
If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the
table names collected up to that point, with a table name in the
LastEvaluatedGlobalTableName to apply in a subsequent operation to the
ExclusiveStartGlobalTableName parameter.
public final String regionName()
Lists the global tables in a specific Region.
public ListGlobalTablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>toBuilder in class DynamoDbRequestpublic static ListGlobalTablesRequest.Builder builder()
public static Class<? extends ListGlobalTablesRequest.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 © 2022. All rights reserved.