@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportReadSetJobItem extends Object implements Serializable, Cloneable, StructuredPojo
An import read set job.
| Constructor and Description | 
|---|
| ImportReadSetJobItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImportReadSetJobItem | clone() | 
| boolean | equals(Object obj) | 
| Date | getCompletionTime()
 When the job completed. | 
| Date | getCreationTime()
 When the job was created. | 
| String | getId()
 The job's ID. | 
| String | getRoleArn()
 The job's service role ARN. | 
| String | getSequenceStoreId()
 The job's sequence store ID. | 
| String | getStatus()
 The job's status. | 
| int | hashCode() | 
| 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 | setId(String id)
 The job's ID. | 
| void | setRoleArn(String roleArn)
 The job's service role ARN. | 
| void | setSequenceStoreId(String sequenceStoreId)
 The job's sequence store ID. | 
| void | setStatus(String status)
 The job's status. | 
| String | toString()Returns a string representation of this object. | 
| ImportReadSetJobItem | withCompletionTime(Date completionTime)
 When the job completed. | 
| ImportReadSetJobItem | withCreationTime(Date creationTime)
 When the job was created. | 
| ImportReadSetJobItem | withId(String id)
 The job's ID. | 
| ImportReadSetJobItem | withRoleArn(String roleArn)
 The job's service role ARN. | 
| ImportReadSetJobItem | withSequenceStoreId(String sequenceStoreId)
 The job's sequence store ID. | 
| ImportReadSetJobItem | withStatus(ReadSetImportJobStatus status)
 The job's status. | 
| ImportReadSetJobItem | withStatus(String status)
 The job's status. | 
public void setId(String id)
The job's ID.
id - The job's ID.public String getId()
The job's ID.
public ImportReadSetJobItem withId(String id)
The job's ID.
id - The job's ID.public void setSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
sequenceStoreId - The job's sequence store ID.public String getSequenceStoreId()
The job's sequence store ID.
public ImportReadSetJobItem withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
sequenceStoreId - The job's sequence store 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 ImportReadSetJobItem 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.ReadSetImportJobStatuspublic String getStatus()
The job's status.
ReadSetImportJobStatuspublic ImportReadSetJobItem withStatus(String status)
The job's status.
status - The job's status.ReadSetImportJobStatuspublic ImportReadSetJobItem withStatus(ReadSetImportJobStatus status)
The job's status.
status - The job's status.ReadSetImportJobStatuspublic void setCreationTime(Date creationTime)
When the job was created.
creationTime - When the job was created.public Date getCreationTime()
When the job was created.
public ImportReadSetJobItem withCreationTime(Date creationTime)
When the job was created.
creationTime - When the job was created.public void setCompletionTime(Date completionTime)
When the job completed.
completionTime - When the job completed.public Date getCompletionTime()
When the job completed.
public ImportReadSetJobItem withCompletionTime(Date completionTime)
When the job completed.
completionTime - When the job completed.public String toString()
toString in class ObjectObject.toString()public ImportReadSetJobItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.