public class UpsertCustomerCustomAttributeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpsertCustomerCustomAttributeRequest.Builder
Class to build instances of
UpsertCustomerCustomAttributeRequest. |
| Constructor and Description |
|---|
UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute,
String idempotencyKey)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomAttribute |
getCustomAttribute()
Getter for CustomAttribute.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
int |
hashCode() |
UpsertCustomerCustomAttributeRequest.Builder |
toBuilder()
Builds a new
UpsertCustomerCustomAttributeRequest.Builder object. |
String |
toString()
Converts this UpsertCustomerCustomAttributeRequest into string format.
|
public UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute, String idempotencyKey)
customAttribute - CustomAttribute value for customAttribute.idempotencyKey - String value for idempotencyKey.public CustomAttribute getCustomAttribute()
public String getIdempotencyKey()
public String toString()
public UpsertCustomerCustomAttributeRequest.Builder toBuilder()
UpsertCustomerCustomAttributeRequest.Builder object.
Creates the instance with the state of the current model.UpsertCustomerCustomAttributeRequest.Builder objectCopyright © 2022. All rights reserved.