@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAnnotationImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartAnnotationImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartAnnotationImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationName()
A destination annotation store for the job.
|
FormatOptions |
getFormatOptions()
Formatting options for the annotation file.
|
List<AnnotationImportItemSource> |
getItems()
Items to import.
|
String |
getRoleArn()
A service role for the job.
|
Boolean |
getRunLeftNormalization()
The job's left normalization setting.
|
int |
hashCode() |
Boolean |
isRunLeftNormalization()
The job's left normalization setting.
|
void |
setDestinationName(String destinationName)
A destination annotation store for the job.
|
void |
setFormatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
|
void |
setItems(Collection<AnnotationImportItemSource> items)
Items to import.
|
void |
setRoleArn(String roleArn)
A service role for the job.
|
void |
setRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
|
String |
toString()
Returns a string representation of this object.
|
StartAnnotationImportJobRequest |
withDestinationName(String destinationName)
A destination annotation store for the job.
|
StartAnnotationImportJobRequest |
withFormatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
|
StartAnnotationImportJobRequest |
withItems(AnnotationImportItemSource... items)
Items to import.
|
StartAnnotationImportJobRequest |
withItems(Collection<AnnotationImportItemSource> items)
Items to import.
|
StartAnnotationImportJobRequest |
withRoleArn(String roleArn)
A service role for the job.
|
StartAnnotationImportJobRequest |
withRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
|
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 setDestinationName(String destinationName)
A destination annotation store for the job.
destinationName
- A destination annotation store for the job.public String getDestinationName()
A destination annotation store for the job.
public StartAnnotationImportJobRequest withDestinationName(String destinationName)
A destination annotation store for the job.
destinationName
- A destination annotation store for the job.public void setFormatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
formatOptions
- Formatting options for the annotation file.public FormatOptions getFormatOptions()
Formatting options for the annotation file.
public StartAnnotationImportJobRequest withFormatOptions(FormatOptions formatOptions)
Formatting options for the annotation file.
formatOptions
- Formatting options for the annotation file.public List<AnnotationImportItemSource> getItems()
Items to import.
public void setItems(Collection<AnnotationImportItemSource> items)
Items to import.
items
- Items to import.public StartAnnotationImportJobRequest withItems(AnnotationImportItemSource... items)
Items to import.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- Items to import.public StartAnnotationImportJobRequest withItems(Collection<AnnotationImportItemSource> items)
Items to import.
items
- Items to import.public void setRoleArn(String roleArn)
A service role for the job.
roleArn
- A service role for the job.public String getRoleArn()
A service role for the job.
public StartAnnotationImportJobRequest withRoleArn(String roleArn)
A service role for the job.
roleArn
- A service role for the job.public void setRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
runLeftNormalization
- The job's left normalization setting.public Boolean getRunLeftNormalization()
The job's left normalization setting.
public StartAnnotationImportJobRequest withRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
runLeftNormalization
- The job's left normalization setting.public Boolean isRunLeftNormalization()
The job's left normalization setting.
public String toString()
toString
in class Object
Object.toString()
public StartAnnotationImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()