@Generated(value="software.amazon.awssdk:codegen") public final class UpdateParallelDataRequest extends TranslateRequest implements ToCopyableBuilder<UpdateParallelDataRequest.Builder,UpdateParallelDataRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateParallelDataRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateParallelDataRequest.Builder |
builder() |
String |
clientToken()
A unique identifier for the request.
|
String |
description()
A custom description for the parallel data resource in Amazon Translate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the parallel data resource being updated.
|
ParallelDataConfig |
parallelDataConfig()
Specifies the format and S3 location of the parallel data input file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateParallelDataRequest.Builder> |
serializableBuilderClass() |
UpdateParallelDataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String name()
The name of the parallel data resource being updated.
public final String description()
A custom description for the parallel data resource in Amazon Translate.
public final ParallelDataConfig parallelDataConfig()
Specifies the format and S3 location of the parallel data input file.
public final String clientToken()
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
public UpdateParallelDataRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateParallelDataRequest.Builder,UpdateParallelDataRequest>
toBuilder
in class TranslateRequest
public static UpdateParallelDataRequest.Builder builder()
public static Class<? extends UpdateParallelDataRequest.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.