@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String exclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
public 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 String regionName()
Lists the global tables in a specific Region.
public ListGlobalTablesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListGlobalTablesRequest.Builder,ListGlobalTablesRequest>
toBuilder
in class DynamoDbRequest
public static ListGlobalTablesRequest.Builder builder()
public static Class<? extends ListGlobalTablesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.