@Generated(value="software.amazon.awssdk:codegen") public final class UpdateContactAttributesRequest extends ConnectRequest implements ToCopyableBuilder<UpdateContactAttributesRequest.Builder,UpdateContactAttributesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateContactAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
attributes()
The Amazon Connect attributes.
|
static UpdateContactAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAttributes()
Returns true if the Attributes property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
initialContactId()
The identifier of the contact.
|
String |
instanceId()
The identifier of the Amazon Connect instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateContactAttributesRequest.Builder> |
serializableBuilderClass() |
UpdateContactAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String initialContactId()
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
public String instanceId()
The identifier of the Amazon Connect instance.
public boolean hasAttributes()
public Map<String,String> attributes()
The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other contact attributes.
You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAttributes() to see if a value was sent in this field.
You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.
public UpdateContactAttributesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateContactAttributesRequest.Builder,UpdateContactAttributesRequest>toBuilder in class ConnectRequestpublic static UpdateContactAttributesRequest.Builder builder()
public static Class<? extends UpdateContactAttributesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.