@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) |
boolean |
equalsBySdkFields(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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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 final 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 DynamoDbRequest
public static ListTablesRequest.Builder builder()
public static Class<? extends ListTablesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.