Class ContactContent
- java.lang.Object
-
- software.amazon.awssdk.services.connectcases.model.ContactContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContactContent.Builder,ContactContent>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContactContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContactContent.Builderbuilder()Stringchannel()A list of channels to filter on for related items of typeContact.InstantconnectedToSystemTime()The difference between theInitiationTimestampand theDisconnectTimestampof the contact.StringcontactArn()A unique identifier of a contact in Amazon Connect.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ContactContent.Builder>serializableBuilderClass()ContactContent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
channel
public final String channel()
A list of channels to filter on for related items of type
Contact.- Returns:
- A list of channels to filter on for related items of type
Contact.
-
connectedToSystemTime
public final Instant connectedToSystemTime()
The difference between the
InitiationTimestampand theDisconnectTimestampof the contact.- Returns:
- The difference between the
InitiationTimestampand theDisconnectTimestampof the contact.
-
contactArn
public final String contactArn()
A unique identifier of a contact in Amazon Connect.
- Returns:
- A unique identifier of a contact in Amazon Connect.
-
toBuilder
public ContactContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContactContent.Builder,ContactContent>
-
builder
public static ContactContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContactContent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-