@Generated(value="software.amazon.awssdk:codegen") public final class VariableEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VariableEntry.Builder,VariableEntry>
A variable in the list of variables for the batch create variable request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VariableEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VariableEntry.Builder |
builder() |
String |
dataSource()
The data source of the variable.
|
String |
dataType()
The data type of the variable.
|
String |
defaultValue()
The default value of the variable.
|
String |
description()
The description of the variable.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the variable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VariableEntry.Builder> |
serializableBuilderClass() |
VariableEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
variableType()
The type of the variable.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the variable.
public final String dataType()
The data type of the variable.
public final String dataSource()
The data source of the variable.
public final String defaultValue()
The default value of the variable.
public final String description()
The description of the variable.
public final String variableType()
The type of the variable. For more information see Variable types.
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
Valid Values:
AUTH_CODE | AVS | BILLING_ADDRESS_L1 | BILLING_ADDRESS_L2 | BILLING_CITY | BILLING_COUNTRY | BILLING_NAME | BILLING_PHONE | BILLING_STATE | BILLING_ZIP | CARD_BIN | CATEGORICAL | CURRENCY_CODE | EMAIL_ADDRESS | FINGERPRINT | FRAUD_LABEL | FREE_FORM_TEXT | IP_ADDRESS | NUMERIC | ORDER_ID | PAYMENT_TYPE | PHONE_NUMBER | PRICE | PRODUCT_CATEGORY | SHIPPING_ADDRESS_L1 | SHIPPING_ADDRESS_L2 | SHIPPING_CITY | SHIPPING_COUNTRY | SHIPPING_NAME | SHIPPING_PHONE | SHIPPING_STATE | SHIPPING_ZIP | USERAGENT
public VariableEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VariableEntry.Builder,VariableEntry>public static VariableEntry.Builder builder()
public static Class<? extends VariableEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.