@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
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 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.DataType
public CreateVariableRequest withDataType(String dataType)
The data type.
dataType
- The data type.DataType
public CreateVariableRequest withDataType(DataType dataType)
The data type.
dataType
- The data type.DataType
public void setDataSource(String dataSource)
The source of the data.
dataSource
- The source of the data.DataSource
public String getDataSource()
The source of the data.
DataSource
public CreateVariableRequest withDataSource(String dataSource)
The source of the data.
dataSource
- The source of the data.DataSource
public CreateVariableRequest withDataSource(DataSource dataSource)
The source of the data.
dataSource
- The source of the data.DataSource
public 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 Object
Object.toString()
public CreateVariableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.