@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParallelDataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetParallelDataResult() |
Modifier and Type | Method and Description |
---|---|
GetParallelDataResult |
clone() |
boolean |
equals(Object obj) |
ParallelDataDataLocation |
getAuxiliaryDataLocation()
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
ParallelDataDataLocation |
getDataLocation()
The location of the most recent parallel data input file that was successfully imported into Amazon Translate.
|
ParallelDataDataLocation |
getLatestUpdateAttemptAuxiliaryDataLocation()
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
ParallelDataProperties |
getParallelDataProperties()
The properties of the parallel data resource that is being retrieved.
|
int |
hashCode() |
void |
setAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
void |
setDataLocation(ParallelDataDataLocation dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon Translate.
|
void |
setLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
void |
setParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetParallelDataResult |
withAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResult |
withDataLocation(ParallelDataDataLocation dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon Translate.
|
GetParallelDataResult |
withLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file.
|
GetParallelDataResult |
withParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
parallelDataProperties
- The properties of the parallel data resource that is being retrieved.public ParallelDataProperties getParallelDataProperties()
The properties of the parallel data resource that is being retrieved.
public GetParallelDataResult withParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
parallelDataProperties
- The properties of the parallel data resource that is being retrieved.public void setDataLocation(ParallelDataDataLocation dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
dataLocation
- The location of the most recent parallel data input file that was successfully imported into Amazon
Translate. The location is returned as a presigned URL that has a 30 minute expiration.public ParallelDataDataLocation getDataLocation()
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
public GetParallelDataResult withDataLocation(ParallelDataDataLocation dataLocation)
The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.
dataLocation
- The location of the most recent parallel data input file that was successfully imported into Amazon
Translate. The location is returned as a presigned URL that has a 30 minute expiration.public void setAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
auxiliaryDataLocation
- The Amazon S3 location of a file that provides any errors or warnings that were produced by your input
file. This file was created when Amazon Translate attempted to create a parallel data resource. The
location is returned as a presigned URL to that has a 30 minute expiration.public ParallelDataDataLocation getAuxiliaryDataLocation()
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
public GetParallelDataResult withAuxiliaryDataLocation(ParallelDataDataLocation auxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
auxiliaryDataLocation
- The Amazon S3 location of a file that provides any errors or warnings that were produced by your input
file. This file was created when Amazon Translate attempted to create a parallel data resource. The
location is returned as a presigned URL to that has a 30 minute expiration.public void setLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
latestUpdateAttemptAuxiliaryDataLocation
- The Amazon S3 location of a file that provides any errors or warnings that were produced by your input
file. This file was created when Amazon Translate attempted to update a parallel data resource. The
location is returned as a presigned URL to that has a 30 minute expiration.public ParallelDataDataLocation getLatestUpdateAttemptAuxiliaryDataLocation()
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
public GetParallelDataResult withLatestUpdateAttemptAuxiliaryDataLocation(ParallelDataDataLocation latestUpdateAttemptAuxiliaryDataLocation)
The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.
latestUpdateAttemptAuxiliaryDataLocation
- The Amazon S3 location of a file that provides any errors or warnings that were produced by your input
file. This file was created when Amazon Translate attempted to update a parallel data resource. The
location is returned as a presigned URL to that has a 30 minute expiration.public String toString()
toString
in class Object
Object.toString()
public GetParallelDataResult clone()