Class ListTablesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest
-
- software.amazon.awssdk.services.dynamodb.model.ListTablesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListTablesRequest extends DynamoDbRequest implements ToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>
Represents the input of a
ListTablesoperation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListTablesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListTablesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexclusiveStartTableName()The first table name that this operation will evaluate.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerlimit()A maximum number of table names to return.List<SdkField<?>>sdkFields()static Class<? extends ListTablesRequest.Builder>serializableBuilderClass()ListTablesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
exclusiveStartTableName
public final String exclusiveStartTableName()
The first table name that this operation will evaluate. Use the value that was returned for
LastEvaluatedTableNamein a previous operation, so that you can obtain the next page of results.- Returns:
- The first table name that this operation will evaluate. Use the value that was returned for
LastEvaluatedTableNamein a previous operation, so that you can obtain the next page of results.
-
limit
public final Integer limit()
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
- Returns:
- A maximum number of table names to return. If this parameter is not specified, the limit is 100.
-
toBuilder
public ListTablesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListTablesRequest.Builder,ListTablesRequest>- Specified by:
toBuilderin classDynamoDbRequest
-
builder
public static ListTablesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListTablesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-