@Generated(value="software.amazon.awssdk:codegen") public final class ListParallelDataRequest extends TranslateRequest implements ToCopyableBuilder<ListParallelDataRequest.Builder,ListParallelDataRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListParallelDataRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListParallelDataRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of parallel data resources returned for each request.
|
String |
nextToken()
A string that specifies the next page of results to return in a paginated response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListParallelDataRequest.Builder> |
serializableBuilderClass() |
ListParallelDataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String nextToken()
A string that specifies the next page of results to return in a paginated response.
public final Integer maxResults()
The maximum number of parallel data resources returned for each request.
public ListParallelDataRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListParallelDataRequest.Builder,ListParallelDataRequest>
toBuilder
in class TranslateRequest
public static ListParallelDataRequest.Builder builder()
public static Class<? extends ListParallelDataRequest.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 © 2021. All rights reserved.