@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateReadSetSourceItem extends Object implements Serializable, Cloneable, StructuredPojo
A source for a read set activation job.
| Constructor and Description | 
|---|
| ActivateReadSetSourceItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivateReadSetSourceItem | clone() | 
| boolean | equals(Object obj) | 
| String | getReadSetId()
 The source's read set ID. | 
| String | getStatus()
 The source's status. | 
| String | getStatusMessage()
 The source's status message. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setReadSetId(String readSetId)
 The source's read set ID. | 
| void | setStatus(String status)
 The source's status. | 
| void | setStatusMessage(String statusMessage)
 The source's status message. | 
| String | toString()Returns a string representation of this object. | 
| ActivateReadSetSourceItem | withReadSetId(String readSetId)
 The source's read set ID. | 
| ActivateReadSetSourceItem | withStatus(ReadSetActivationJobItemStatus status)
 The source's status. | 
| ActivateReadSetSourceItem | withStatus(String status)
 The source's status. | 
| ActivateReadSetSourceItem | withStatusMessage(String statusMessage)
 The source's status message. | 
public void setReadSetId(String readSetId)
The source's read set ID.
readSetId - The source's read set ID.public String getReadSetId()
The source's read set ID.
public ActivateReadSetSourceItem withReadSetId(String readSetId)
The source's read set ID.
readSetId - The source's read set ID.public void setStatus(String status)
The source's status.
status - The source's status.ReadSetActivationJobItemStatuspublic String getStatus()
The source's status.
ReadSetActivationJobItemStatuspublic ActivateReadSetSourceItem withStatus(String status)
The source's status.
status - The source's status.ReadSetActivationJobItemStatuspublic ActivateReadSetSourceItem withStatus(ReadSetActivationJobItemStatus status)
The source's status.
status - The source's status.ReadSetActivationJobItemStatuspublic void setStatusMessage(String statusMessage)
The source's status message.
statusMessage - The source's status message.public String getStatusMessage()
The source's status message.
public ActivateReadSetSourceItem withStatusMessage(String statusMessage)
The source's status message.
statusMessage - The source's status message.public String toString()
toString in class ObjectObject.toString()public ActivateReadSetSourceItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.