@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVariableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateVariableRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateVariableRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDataSource()
The source of the data.
|
String |
getDataType()
The data type.
|
String |
getDefaultValue()
The default value for the variable when no value is received.
|
String |
getDescription()
The description.
|
String |
getName()
The name of the variable.
|
String |
getVariableType()
The variable type.
|
int |
hashCode() |
void |
setDataSource(String dataSource)
The source of the data.
|
void |
setDataType(String dataType)
The data type.
|
void |
setDefaultValue(String defaultValue)
The default value for the variable when no value is received.
|
void |
setDescription(String description)
The description.
|
void |
setName(String name)
The name of the variable.
|
void |
setVariableType(String variableType)
The variable type.
|
String |
toString()
Returns a string representation of this object.
|
CreateVariableRequest |
withDataSource(DataSource dataSource)
The source of the data.
|
CreateVariableRequest |
withDataSource(String dataSource)
The source of the data.
|
CreateVariableRequest |
withDataType(DataType dataType)
The data type.
|
CreateVariableRequest |
withDataType(String dataType)
The data type.
|
CreateVariableRequest |
withDefaultValue(String defaultValue)
The default value for the variable when no value is received.
|
CreateVariableRequest |
withDescription(String description)
The description.
|
CreateVariableRequest |
withName(String name)
The name of the variable.
|
CreateVariableRequest |
withVariableType(String variableType)
The variable type.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the variable.
name - The name of the variable.public String getName()
The name of the variable.
public CreateVariableRequest withName(String name)
The name of the variable.
name - The name of the variable.public void setDataType(String dataType)
The data type.
dataType - The data type.DataTypepublic CreateVariableRequest withDataType(String dataType)
The data type.
dataType - The data type.DataTypepublic CreateVariableRequest withDataType(DataType dataType)
The data type.
dataType - The data type.DataTypepublic void setDataSource(String dataSource)
The source of the data.
dataSource - The source of the data.DataSourcepublic String getDataSource()
The source of the data.
DataSourcepublic CreateVariableRequest withDataSource(String dataSource)
The source of the data.
dataSource - The source of the data.DataSourcepublic CreateVariableRequest withDataSource(DataSource dataSource)
The source of the data.
dataSource - The source of the data.DataSourcepublic void setDefaultValue(String defaultValue)
The default value for the variable when no value is received.
defaultValue - The default value for the variable when no value is received.public String getDefaultValue()
The default value for the variable when no value is received.
public CreateVariableRequest withDefaultValue(String defaultValue)
The default value for the variable when no value is received.
defaultValue - The default value for the variable when no value is received.public void setDescription(String description)
The description.
description - The description.public String getDescription()
The description.
public CreateVariableRequest withDescription(String description)
The description.
description - The description.public void setVariableType(String variableType)
The variable type.
variableType - The variable type.public String getVariableType()
The variable type.
public CreateVariableRequest withVariableType(String variableType)
The variable type.
variableType - The variable type.public String toString()
toString in class ObjectObject.toString()public CreateVariableRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.