Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListTablesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
Represents the input of a ListTables
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListTablesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListTablesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exclusiveStartTableName() |
The first table name that this operation will evaluate.
|
int |
hashCode() |
|
Integer |
limit() |
A maximum number of table names to return.
|
static Class<? extends ListTablesRequest.Builder> |
serializableBuilderClass() |
|
ListTablesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
public static ListTablesRequest.Builder builder()
public static Class<? extends ListTablesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.