public class UpdateCustomerCustomAttributeDefinitionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCustomerCustomAttributeDefinitionRequest.Builder
Class to build instances of
UpdateCustomerCustomAttributeDefinitionRequest. |
| Constructor and Description |
|---|
UpdateCustomerCustomAttributeDefinitionRequest(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() |
UpdateCustomerCustomAttributeDefinitionRequest.Builder |
toBuilder()
Builds a new
UpdateCustomerCustomAttributeDefinitionRequest.Builder object. |
String |
toString()
Converts this UpdateCustomerCustomAttributeDefinitionRequest into string format.
|
public UpdateCustomerCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition, String idempotencyKey)
customAttributeDefinition - CustomAttributeDefinition value for
customAttributeDefinition.idempotencyKey - String value for idempotencyKey.public CustomAttributeDefinition getCustomAttributeDefinition()
public String getIdempotencyKey()
public String toString()
public UpdateCustomerCustomAttributeDefinitionRequest.Builder toBuilder()
UpdateCustomerCustomAttributeDefinitionRequest.Builder object.
Creates the instance with the state of the current model.UpdateCustomerCustomAttributeDefinitionRequest.Builder objectCopyright © 2022. All rights reserved.