@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 |
clone() |
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
Boolean |
isRunLeftNormalization()
The job's left normalization setting.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
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 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 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 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 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 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 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 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 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.