@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImportLabelsTaskRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartImportLabelsTaskRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartImportLabelsTaskRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
|
Boolean |
getReplaceAllLabels()
Indicates whether to overwrite your existing labels.
|
String |
getTransformId()
The unique identifier of the machine learning transform.
|
int |
hashCode() |
Boolean |
isReplaceAllLabels()
Indicates whether to overwrite your existing labels.
|
void |
setInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
|
void |
setReplaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
|
void |
setTransformId(String transformId)
The unique identifier of the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
StartImportLabelsTaskRunRequest |
withInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
|
StartImportLabelsTaskRunRequest |
withReplaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
|
StartImportLabelsTaskRunRequest |
withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public String getTransformId()
The unique identifier of the machine learning transform.
public StartImportLabelsTaskRunRequest withTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public void setInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
inputS3Path
- The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.public String getInputS3Path()
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
public StartImportLabelsTaskRunRequest withInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
inputS3Path
- The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.public void setReplaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
replaceAllLabels
- Indicates whether to overwrite your existing labels.public Boolean getReplaceAllLabels()
Indicates whether to overwrite your existing labels.
public StartImportLabelsTaskRunRequest withReplaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
replaceAllLabels
- Indicates whether to overwrite your existing labels.public Boolean isReplaceAllLabels()
Indicates whether to overwrite your existing labels.
public String toString()
toString
in class Object
Object.toString()
public StartImportLabelsTaskRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()