@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportLabelsTaskRunProperties extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration properties for an importing labels task run.
Constructor and Description |
---|
ImportLabelsTaskRunProperties() |
Modifier and Type | Method and Description |
---|---|
ImportLabelsTaskRunProperties |
clone() |
boolean |
equals(Object obj) |
String |
getInputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
|
Boolean |
getReplace()
Indicates whether to overwrite your existing labels.
|
int |
hashCode() |
Boolean |
isReplace()
Indicates whether to overwrite your existing labels.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
|
void |
setReplace(Boolean replace)
Indicates whether to overwrite your existing labels.
|
String |
toString()
Returns a string representation of this object.
|
ImportLabelsTaskRunProperties |
withInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
|
ImportLabelsTaskRunProperties |
withReplace(Boolean replace)
Indicates whether to overwrite your existing labels.
|
public void setInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
inputS3Path
- The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.public String getInputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
public ImportLabelsTaskRunProperties withInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.
inputS3Path
- The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.public void setReplace(Boolean replace)
Indicates whether to overwrite your existing labels.
replace
- Indicates whether to overwrite your existing labels.public Boolean getReplace()
Indicates whether to overwrite your existing labels.
public ImportLabelsTaskRunProperties withReplace(Boolean replace)
Indicates whether to overwrite your existing labels.
replace
- Indicates whether to overwrite your existing labels.public Boolean isReplace()
Indicates whether to overwrite your existing labels.
public String toString()
toString
in class Object
Object.toString()
public ImportLabelsTaskRunProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.