@Generated(value="software.amazon.awssdk:codegen") public final class ListImportsRequest extends DynamoDbRequest implements ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListImportsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListImportsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports . |
Integer |
pageSize()
The number of
ImportSummary objects returned in a single page. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListImportsRequest.Builder> |
serializableBuilderClass() |
String |
tableArn()
The Amazon Resource Name (ARN) associated with the table that was imported to.
|
ListImportsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String tableArn()
The Amazon Resource Name (ARN) associated with the table that was imported to.
public final Integer pageSize()
The number of ImportSummary
objects returned in a single page.
ImportSummary
objects returned in a single page.public final String nextToken()
An optional string that, if supplied, must be copied from the output of a previous call to
ListImports
. When provided in this manner, the API fetches the next page of results.
ListImports
. When provided in this manner, the API fetches the next page of results.public ListImportsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
toBuilder
in class DynamoDbRequest
public static ListImportsRequest.Builder builder()
public static Class<? extends ListImportsRequest.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 © 2022. All rights reserved.