@Generated(value="software.amazon.awssdk:codegen") public final class ListMigrationTasksRequest extends MigrationHubRequest implements ToCopyableBuilder<ListMigrationTasksRequest.Builder,ListMigrationTasksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMigrationTasksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMigrationTasksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Value to specify how many results are returned per page.
|
String |
nextToken()
If a
NextToken was returned by a previous call, there are more results available. |
String |
resourceName()
Filter migration tasks by discovered resource name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMigrationTasksRequest.Builder> |
serializableBuilderClass() |
ListMigrationTasksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
If a NextToken was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken.
NextToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in NextToken
.public final Integer maxResults()
Value to specify how many results are returned per page.
public final String resourceName()
Filter migration tasks by discovered resource name.
public ListMigrationTasksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMigrationTasksRequest.Builder,ListMigrationTasksRequest>toBuilder in class MigrationHubRequestpublic static ListMigrationTasksRequest.Builder builder()
public static Class<? extends ListMigrationTasksRequest.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.