@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueueInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about a queued dataset SPICE ingestion.
Constructor and Description |
---|
QueueInfo() |
Modifier and Type | Method and Description |
---|---|
QueueInfo |
clone() |
boolean |
equals(Object obj) |
String |
getQueuedIngestion()
The ID of the ongoing ingestion.
|
String |
getWaitingOnIngestion()
The ID of the queued ingestion.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setQueuedIngestion(String queuedIngestion)
The ID of the ongoing ingestion.
|
void |
setWaitingOnIngestion(String waitingOnIngestion)
The ID of the queued ingestion.
|
String |
toString()
Returns a string representation of this object.
|
QueueInfo |
withQueuedIngestion(String queuedIngestion)
The ID of the ongoing ingestion.
|
QueueInfo |
withWaitingOnIngestion(String waitingOnIngestion)
The ID of the queued ingestion.
|
public void setWaitingOnIngestion(String waitingOnIngestion)
The ID of the queued ingestion.
waitingOnIngestion
- The ID of the queued ingestion.public String getWaitingOnIngestion()
The ID of the queued ingestion.
public QueueInfo withWaitingOnIngestion(String waitingOnIngestion)
The ID of the queued ingestion.
waitingOnIngestion
- The ID of the queued ingestion.public void setQueuedIngestion(String queuedIngestion)
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
queuedIngestion
- The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.public String getQueuedIngestion()
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
public QueueInfo withQueuedIngestion(String queuedIngestion)
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
queuedIngestion
- The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.