@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Variable extends Object implements Serializable, Cloneable, StructuredPojo
The variable.
| Constructor and Description |
|---|
Variable() |
| Modifier and Type | Method and Description |
|---|---|
Variable |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the variable.
|
String |
getCreatedTime()
The time when the variable was created.
|
String |
getDataSource()
The data source of the variable.
|
String |
getDataType()
The data type of the variable.
|
String |
getDefaultValue()
The default value of the variable.
|
String |
getDescription()
The description of the variable.
|
String |
getLastUpdatedTime()
The time when variable was last updated.
|
String |
getName()
The name of the variable.
|
String |
getVariableType()
The variable type of the variable.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of the variable.
|
void |
setCreatedTime(String createdTime)
The time when the variable was created.
|
void |
setDataSource(String dataSource)
The data source of the variable.
|
void |
setDataType(String dataType)
The data type of the variable.
|
void |
setDefaultValue(String defaultValue)
The default value of the variable.
|
void |
setDescription(String description)
The description of the variable.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
The time when variable was last updated.
|
void |
setName(String name)
The name of the variable.
|
void |
setVariableType(String variableType)
The variable type of the variable.
|
String |
toString()
Returns a string representation of this object.
|
Variable |
withArn(String arn)
The ARN of the variable.
|
Variable |
withCreatedTime(String createdTime)
The time when the variable was created.
|
Variable |
withDataSource(DataSource dataSource)
The data source of the variable.
|
Variable |
withDataSource(String dataSource)
The data source of the variable.
|
Variable |
withDataType(DataType dataType)
The data type of the variable.
|
Variable |
withDataType(String dataType)
The data type of the variable.
|
Variable |
withDefaultValue(String defaultValue)
The default value of the variable.
|
Variable |
withDescription(String description)
The description of the variable.
|
Variable |
withLastUpdatedTime(String lastUpdatedTime)
The time when variable was last updated.
|
Variable |
withName(String name)
The name of the variable.
|
Variable |
withVariableType(String variableType)
The variable type of the variable.
|
public void setName(String name)
The name of the variable.
name - The name of the variable.public String getName()
The name of the variable.
public Variable withName(String name)
The name of the variable.
name - The name of the variable.public void setDataType(String dataType)
The data type of the variable. For more information see Variable types.
dataType - The data type of the variable. For more information see Variable
types.DataTypepublic String getDataType()
The data type of the variable. For more information see Variable types.
DataTypepublic Variable withDataType(String dataType)
The data type of the variable. For more information see Variable types.
dataType - The data type of the variable. For more information see Variable
types.DataTypepublic Variable withDataType(DataType dataType)
The data type of the variable. For more information see Variable types.
dataType - The data type of the variable. For more information see Variable
types.DataTypepublic void setDataSource(String dataSource)
The data source of the variable.
dataSource - The data source of the variable.DataSourcepublic String getDataSource()
The data source of the variable.
DataSourcepublic Variable withDataSource(String dataSource)
The data source of the variable.
dataSource - The data source of the variable.DataSourcepublic Variable withDataSource(DataSource dataSource)
The data source of the variable.
dataSource - The data source of the variable.DataSourcepublic void setDefaultValue(String defaultValue)
The default value of the variable.
defaultValue - The default value of the variable.public String getDefaultValue()
The default value of the variable.
public Variable withDefaultValue(String defaultValue)
The default value of the variable.
defaultValue - The default value of the variable.public void setDescription(String description)
The description of the variable.
description - The description of the variable.public String getDescription()
The description of the variable.
public Variable withDescription(String description)
The description of the variable.
description - The description of the variable.public void setVariableType(String variableType)
The variable type of the variable.
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
variableType - The variable type of the variable.
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 String getVariableType()
The variable type of the variable.
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 Variable withVariableType(String variableType)
The variable type of the variable.
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
variableType - The variable type of the variable.
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 void setLastUpdatedTime(String lastUpdatedTime)
The time when variable was last updated.
lastUpdatedTime - The time when variable was last updated.public String getLastUpdatedTime()
The time when variable was last updated.
public Variable withLastUpdatedTime(String lastUpdatedTime)
The time when variable was last updated.
lastUpdatedTime - The time when variable was last updated.public void setCreatedTime(String createdTime)
The time when the variable was created.
createdTime - The time when the variable was created.public String getCreatedTime()
The time when the variable was created.
public Variable withCreatedTime(String createdTime)
The time when the variable was created.
createdTime - The time when the variable was created.public void setArn(String arn)
The ARN of the variable.
arn - The ARN of the variable.public String getArn()
The ARN of the variable.
public Variable withArn(String arn)
The ARN of the variable.
arn - The ARN of the variable.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.