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