@Generated(value="software.amazon.awssdk:codegen") public final class Reference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Reference.Builder,Reference>
A link that an agent selects to complete a given task. You can have up to 4,096 UTF-8 bytes across all references for a contact.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Reference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Reference.Builder |
builder() |
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 Reference.Builder> |
serializableBuilderClass() |
Reference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ReferenceType |
type()
A valid URL.
|
String |
typeAsString()
A valid URL.
|
String |
value()
A formatted URL that displays to an agent in the Contact Control Panel (CCP)
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String value()
A formatted URL that displays to an agent in the Contact Control Panel (CCP)
public final ReferenceType type()
A valid URL.
If the service returns an enum value that is not available in the current SDK version, type will return
ReferenceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ReferenceTypepublic final String typeAsString()
A valid URL.
If the service returns an enum value that is not available in the current SDK version, type will return
ReferenceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ReferenceTypepublic Reference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Reference.Builder,Reference>public static Reference.Builder builder()
public static Class<? extends Reference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.