@Generated(value="software.amazon.awssdk:codegen") public final class AgentInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AgentInfo.Builder,AgentInfo>
Information about the agent who accepted the contact.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AgentInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AgentInfo.Builder |
builder() |
Instant |
connectedToAgentTimestamp()
The timestamp when the contact was connected to the agent.
|
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 AgentInfo.Builder> |
serializableBuilderClass() |
AgentInfo.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 connectedToAgentTimestamp()
The timestamp when the contact was connected to the agent.
public AgentInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AgentInfo.Builder,AgentInfo>public static AgentInfo.Builder builder()
public static Class<? extends AgentInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.