@Generated(value="software.amazon.awssdk:codegen") public final class QueueInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueueInfo.Builder,QueueInfo>
If this contact was queued, this contains information about the queue.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueueInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueueInfo.Builder |
builder() |
Instant |
enqueueTimestamp()
The timestamp when the contact was added to the queue.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the agent who accepted the contact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueueInfo.Builder> |
serializableBuilderClass() |
QueueInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the agent who accepted the contact.
public final Instant enqueueTimestamp()
The timestamp when the contact was added to the queue.
public QueueInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueueInfo.Builder,QueueInfo>public static QueueInfo.Builder builder()
public static Class<? extends QueueInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.