@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.ReadSetActivationJobItemStatus
public String getStatus()
The source's status.
ReadSetActivationJobItemStatus
public ActivateReadSetSourceItem withStatus(String status)
The source's status.
status
- The source's status.ReadSetActivationJobItemStatus
public ActivateReadSetSourceItem withStatus(ReadSetActivationJobItemStatus status)
The source's status.
status
- The source's status.ReadSetActivationJobItemStatus
public 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 Object
Object.toString()
public ActivateReadSetSourceItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.