@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The output configuration properties for a batch translation job.
Constructor and Description |
---|
OutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
OutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The URI of the S3 folder that contains a translation job's output file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file.
|
String |
toString()
Returns a string representation of this object.
|
OutputDataConfig |
withS3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file.
|
public void setS3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
s3Uri
- The URI of the S3 folder that contains a translation job's output file. The folder must be in the same
Region as the API endpoint that you are calling.public String getS3Uri()
The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
public OutputDataConfig withS3Uri(String s3Uri)
The URI of the S3 folder that contains a translation job's output file. The folder must be in the same Region as the API endpoint that you are calling.
s3Uri
- The URI of the S3 folder that contains a translation job's output file. The folder must be in the same
Region as the API endpoint that you are calling.public String toString()
toString
in class Object
Object.toString()
public OutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.