@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) |
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.
|
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 String exclusiveStartGlobalTableName()
The first global table name that this operation will evaluate.
public Integer limit()
The maximum number of table names to return.
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 DynamoDbRequestpublic static ListGlobalTablesRequest.Builder builder()
public static Class<? extends ListGlobalTablesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.