@Generated(value="software.amazon.awssdk:codegen") public final class ContactContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactContent.Builder,ContactContent>
An object that represents a content of an Amazon Connect contact object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactContent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContactContent.Builder |
builder() |
String |
channel()
A list of channels to filter on for related items of type
Contact. |
Instant |
connectedToSystemTime()
The difference between the
InitiationTimestamp and the DisconnectTimestamp of the
contact. |
String |
contactArn()
A unique identifier of a contact in Amazon Connect.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContactContent.Builder> |
serializableBuilderClass() |
ContactContent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channel()
A list of channels to filter on for related items of type Contact.
Contact.public final Instant connectedToSystemTime()
The difference between the InitiationTimestamp and the DisconnectTimestamp of the
contact.
InitiationTimestamp and the DisconnectTimestamp of
the contact.public final String contactArn()
A unique identifier of a contact in Amazon Connect.
public ContactContent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactContent.Builder,ContactContent>public static ContactContent.Builder builder()
public static Class<? extends ContactContent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.