public class BulkUpsertCustomerCustomAttributesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertCustomerCustomAttributesRequest.Builder
Class to build instances of
BulkUpsertCustomerCustomAttributesRequest. |
| Constructor and Description |
|---|
BulkUpsertCustomerCustomAttributesRequest(Map<String,BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest> values)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest> |
getValues()
Getter for Values.
|
int |
hashCode() |
BulkUpsertCustomerCustomAttributesRequest.Builder |
toBuilder()
Builds a new
BulkUpsertCustomerCustomAttributesRequest.Builder object. |
String |
toString()
Converts this BulkUpsertCustomerCustomAttributesRequest into string format.
|
public BulkUpsertCustomerCustomAttributesRequest(Map<String,BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest> values)
values - Map of String, value for values.public Map<String,BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest> getValues()
public String toString()
public BulkUpsertCustomerCustomAttributesRequest.Builder toBuilder()
BulkUpsertCustomerCustomAttributesRequest.Builder object.
Creates the instance with the state of the current model.BulkUpsertCustomerCustomAttributesRequest.Builder objectCopyright © 2022. All rights reserved.