@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 |
addAnnotationFieldsEntry(String key,
String value)
Add a single AnnotationFields entry
|
StartAnnotationImportJobRequest |
clearAnnotationFieldsEntries()
Removes all the entries added into AnnotationFields.
|
StartAnnotationImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAnnotationFields()
The annotation schema generated by the parsed annotation data.
|
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.
|
String |
getVersionName()
The name of the annotation store version.
|
int |
hashCode() |
Boolean |
isRunLeftNormalization()
The job's left normalization setting.
|
void |
setAnnotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
|
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.
|
void |
setVersionName(String versionName)
The name of the annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
StartAnnotationImportJobRequest |
withAnnotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
|
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.
|
StartAnnotationImportJobRequest |
withVersionName(String versionName)
The name of the annotation store version.
|
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 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 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 setVersionName(String versionName)
The name of the annotation store version.
versionName
- The name of the annotation store version.public String getVersionName()
The name of the annotation store version.
public StartAnnotationImportJobRequest withVersionName(String versionName)
The name of the annotation store version.
versionName
- The name of the annotation store version.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 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 Map<String,String> getAnnotationFields()
The annotation schema generated by the parsed annotation data.
public void setAnnotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
annotationFields
- The annotation schema generated by the parsed annotation data.public StartAnnotationImportJobRequest withAnnotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
annotationFields
- The annotation schema generated by the parsed annotation data.public StartAnnotationImportJobRequest addAnnotationFieldsEntry(String key, String value)
public StartAnnotationImportJobRequest clearAnnotationFieldsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartAnnotationImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()