@Generated(value="software.amazon.awssdk:codegen") public final class ListTablesRequest extends DynamoDbRequest implements ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
Represents the input of a ListTables operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTablesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListTablesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
exclusiveStartTableName()
The first table name that this operation will evaluate.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
A maximum number of table names to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTablesRequest.Builder> |
serializableBuilderClass() |
ListTablesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String exclusiveStartTableName()
The first table name that this operation will evaluate. Use the value that was returned for
LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
LastEvaluatedTableName in a previous operation, so that you can obtain the next page of
results.public Integer limit()
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
public ListTablesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>toBuilder in class DynamoDbRequestpublic static ListTablesRequest.Builder builder()
public static Class<? extends ListTablesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.