@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnnotationImportJobItem extends Object implements Serializable, Cloneable, StructuredPojo
An annotation import job.
Constructor and Description |
---|
AnnotationImportJobItem() |
Modifier and Type | Method and Description |
---|---|
AnnotationImportJobItem |
addAnnotationFieldsEntry(String key,
String value)
Add a single AnnotationFields entry
|
AnnotationImportJobItem |
clearAnnotationFieldsEntries()
Removes all the entries added into AnnotationFields.
|
AnnotationImportJobItem |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAnnotationFields()
The annotation schema generated by the parsed annotation data.
|
Date |
getCompletionTime()
When the job completed.
|
Date |
getCreationTime()
When the job was created.
|
String |
getDestinationName()
The job's destination annotation store.
|
String |
getId()
The job's ID.
|
String |
getRoleArn()
The job's service role ARN.
|
Boolean |
getRunLeftNormalization()
The job's left normalization setting.
|
String |
getStatus()
The job's status.
|
Date |
getUpdateTime()
When the job was updated.
|
String |
getVersionName()
The name of the annotation store version.
|
int |
hashCode() |
Boolean |
isRunLeftNormalization()
The job's left normalization setting.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnnotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
|
void |
setCompletionTime(Date completionTime)
When the job completed.
|
void |
setCreationTime(Date creationTime)
When the job was created.
|
void |
setDestinationName(String destinationName)
The job's destination annotation store.
|
void |
setId(String id)
The job's ID.
|
void |
setRoleArn(String roleArn)
The job's service role ARN.
|
void |
setRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
|
void |
setStatus(String status)
The job's status.
|
void |
setUpdateTime(Date updateTime)
When the job was updated.
|
void |
setVersionName(String versionName)
The name of the annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
AnnotationImportJobItem |
withAnnotationFields(Map<String,String> annotationFields)
The annotation schema generated by the parsed annotation data.
|
AnnotationImportJobItem |
withCompletionTime(Date completionTime)
When the job completed.
|
AnnotationImportJobItem |
withCreationTime(Date creationTime)
When the job was created.
|
AnnotationImportJobItem |
withDestinationName(String destinationName)
The job's destination annotation store.
|
AnnotationImportJobItem |
withId(String id)
The job's ID.
|
AnnotationImportJobItem |
withRoleArn(String roleArn)
The job's service role ARN.
|
AnnotationImportJobItem |
withRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
|
AnnotationImportJobItem |
withStatus(JobStatus status)
The job's status.
|
AnnotationImportJobItem |
withStatus(String status)
The job's status.
|
AnnotationImportJobItem |
withUpdateTime(Date updateTime)
When the job was updated.
|
AnnotationImportJobItem |
withVersionName(String versionName)
The name of the annotation store version.
|
public void setId(String id)
The job's ID.
id
- The job's ID.public String getId()
The job's ID.
public AnnotationImportJobItem withId(String id)
The job's ID.
id
- The job's ID.public void setDestinationName(String destinationName)
The job's destination annotation store.
destinationName
- The job's destination annotation store.public String getDestinationName()
The job's destination annotation store.
public AnnotationImportJobItem withDestinationName(String destinationName)
The job's destination annotation store.
destinationName
- The job's destination annotation store.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 AnnotationImportJobItem withVersionName(String versionName)
The name of the annotation store version.
versionName
- The name of the annotation store version.public void setRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public String getRoleArn()
The job's service role ARN.
public AnnotationImportJobItem withRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public void setStatus(String status)
The job's status.
status
- The job's status.JobStatus
public String getStatus()
The job's status.
JobStatus
public AnnotationImportJobItem withStatus(String status)
The job's status.
status
- The job's status.JobStatus
public AnnotationImportJobItem withStatus(JobStatus status)
The job's status.
status
- The job's status.JobStatus
public void setCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public Date getCreationTime()
When the job was created.
public AnnotationImportJobItem withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public void setUpdateTime(Date updateTime)
When the job was updated.
updateTime
- When the job was updated.public Date getUpdateTime()
When the job was updated.
public AnnotationImportJobItem withUpdateTime(Date updateTime)
When the job was updated.
updateTime
- When the job was updated.public void setCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public Date getCompletionTime()
When the job completed.
public AnnotationImportJobItem withCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.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 AnnotationImportJobItem 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 AnnotationImportJobItem 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 AnnotationImportJobItem addAnnotationFieldsEntry(String key, String value)
public AnnotationImportJobItem clearAnnotationFieldsEntries()
public String toString()
toString
in class Object
Object.toString()
public AnnotationImportJobItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.