public class GetParallelDataResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetParallelDataResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
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.
|
public ParallelDataProperties getParallelDataProperties()
The properties of the parallel data resource that is being retrieved.
The properties of the parallel data resource that is being retrieved.
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 GetParallelDataResult withParallelDataProperties(ParallelDataProperties parallelDataProperties)
The properties of the parallel data resource that is being retrieved.
Returns a reference to this object so that method calls can be chained together.
parallelDataProperties
- The properties of the parallel data resource that is being retrieved.
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.
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 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 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.
Returns a reference to this object so that method calls can be chained together.
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 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.
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 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 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.
Returns a reference to this object so that method calls can be chained together.
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 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.
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 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 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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.