@Generated(value="software.amazon.awssdk:codegen") public final class ListImportFileTaskRequest extends MigrationHubStrategyRequest implements ToCopyableBuilder<ListImportFileTaskRequest.Builder,ListImportFileTaskRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListImportFileTaskRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListImportFileTaskRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The total number of items to return.
|
String |
nextToken()
The token from a previous call that you use to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListImportFileTaskRequest.Builder> |
serializableBuilderClass() |
ListImportFileTaskRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The total number of items to return. The maximum value is 100.
public final String nextToken()
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call
to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results
along with a token. You then use the returned token to retrieve the next set of 10.
maxResults to 10. You'll
receive a set of 10 results along with a token. You then use the returned token to retrieve the next set
of 10.public ListImportFileTaskRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListImportFileTaskRequest.Builder,ListImportFileTaskRequest>toBuilder in class MigrationHubStrategyRequestpublic static ListImportFileTaskRequest.Builder builder()
public static Class<? extends ListImportFileTaskRequest.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.