@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateReadSetJobItem extends Object implements Serializable, Cloneable, StructuredPojo
A read set activation job.
Constructor and Description |
---|
ActivateReadSetJobItem() |
Modifier and Type | Method and Description |
---|---|
ActivateReadSetJobItem |
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 |
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 |
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.
|
ActivateReadSetJobItem |
withCompletionTime(Date completionTime)
When the job completed.
|
ActivateReadSetJobItem |
withCreationTime(Date creationTime)
When the job was created.
|
ActivateReadSetJobItem |
withId(String id)
The job's ID.
|
ActivateReadSetJobItem |
withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
ActivateReadSetJobItem |
withStatus(ReadSetActivationJobStatus status)
The job's status.
|
ActivateReadSetJobItem |
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 ActivateReadSetJobItem 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 ActivateReadSetJobItem withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
sequenceStoreId
- The job's sequence store ID.public void setStatus(String status)
The job's status.
status
- The job's status.ReadSetActivationJobStatus
public String getStatus()
The job's status.
ReadSetActivationJobStatus
public ActivateReadSetJobItem withStatus(String status)
The job's status.
status
- The job's status.ReadSetActivationJobStatus
public ActivateReadSetJobItem withStatus(ReadSetActivationJobStatus status)
The job's status.
status
- The job's status.ReadSetActivationJobStatus
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 ActivateReadSetJobItem 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 ActivateReadSetJobItem withCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public String toString()
toString
in class Object
Object.toString()
public ActivateReadSetJobItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.