@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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 DynamoDbRequestpublic static ListImportsRequest.Builder builder()
public static Class<? extends ListImportsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.