@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportLabelsTaskRunProperties extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration properties for an exporting labels task run.
Constructor and Description |
---|
ExportLabelsTaskRunProperties() |
Modifier and Type | Method and Description |
---|---|
ExportLabelsTaskRunProperties |
clone() |
boolean |
equals(Object obj) |
String |
getOutputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
|
String |
toString()
Returns a string representation of this object.
|
ExportLabelsTaskRunProperties |
withOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
|
public void setOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.public String getOutputS3Path()
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
public ExportLabelsTaskRunProperties withOutputS3Path(String outputS3Path)
The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.
outputS3Path
- The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.public String toString()
toString
in class Object
Object.toString()
public ExportLabelsTaskRunProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.