@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactSearchSummaryQueueInfo extends Object implements Serializable, Cloneable, StructuredPojo
If this contact was queued, this contains information about the queue.
Constructor and Description |
---|
ContactSearchSummaryQueueInfo() |
Modifier and Type | Method and Description |
---|---|
ContactSearchSummaryQueueInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getEnqueueTimestamp()
The timestamp when the contact was added to the queue.
|
String |
getId()
The unique identifier for the queue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnqueueTimestamp(Date enqueueTimestamp)
The timestamp when the contact was added to the queue.
|
void |
setId(String id)
The unique identifier for the queue.
|
String |
toString()
Returns a string representation of this object.
|
ContactSearchSummaryQueueInfo |
withEnqueueTimestamp(Date enqueueTimestamp)
The timestamp when the contact was added to the queue.
|
ContactSearchSummaryQueueInfo |
withId(String id)
The unique identifier for the queue.
|
public void setId(String id)
The unique identifier for the queue.
id
- The unique identifier for the queue.public String getId()
The unique identifier for the queue.
public ContactSearchSummaryQueueInfo withId(String id)
The unique identifier for the queue.
id
- The unique identifier for the queue.public void setEnqueueTimestamp(Date enqueueTimestamp)
The timestamp when the contact was added to the queue.
enqueueTimestamp
- The timestamp when the contact was added to the queue.public Date getEnqueueTimestamp()
The timestamp when the contact was added to the queue.
public ContactSearchSummaryQueueInfo withEnqueueTimestamp(Date enqueueTimestamp)
The timestamp when the contact was added to the queue.
enqueueTimestamp
- The timestamp when the contact was added to the queue.public String toString()
toString
in class Object
Object.toString()
public ContactSearchSummaryQueueInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.