@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueueTransition extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
QueueTransition() |
| Modifier and Type | Method and Description |
|---|---|
QueueTransition |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationQueue()
The queue that the job was on after the transition.
|
String |
getSourceQueue()
The queue that the job was on before the transition.
|
Date |
getTimestamp()
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestinationQueue(String destinationQueue)
The queue that the job was on after the transition.
|
void |
setSourceQueue(String sourceQueue)
The queue that the job was on before the transition.
|
void |
setTimestamp(Date timestamp)
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
|
String |
toString()
Returns a string representation of this object.
|
QueueTransition |
withDestinationQueue(String destinationQueue)
The queue that the job was on after the transition.
|
QueueTransition |
withSourceQueue(String sourceQueue)
The queue that the job was on before the transition.
|
QueueTransition |
withTimestamp(Date timestamp)
The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
|
public void setDestinationQueue(String destinationQueue)
destinationQueue - The queue that the job was on after the transition.public String getDestinationQueue()
public QueueTransition withDestinationQueue(String destinationQueue)
destinationQueue - The queue that the job was on after the transition.public void setSourceQueue(String sourceQueue)
sourceQueue - The queue that the job was on before the transition.public String getSourceQueue()
public QueueTransition withSourceQueue(String sourceQueue)
sourceQueue - The queue that the job was on before the transition.public void setTimestamp(Date timestamp)
timestamp - The time, in Unix epoch format, that the job moved from the source queue to the destination queue.public Date getTimestamp()
public QueueTransition withTimestamp(Date timestamp)
timestamp - The time, in Unix epoch format, that the job moved from the source queue to the destination queue.public String toString()
toString in class ObjectObject.toString()public QueueTransition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.