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