@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 |
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 |
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 |
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.
dataType - The data type of the variable.DataTypepublic String getDataType()
The data type of the variable.
DataTypepublic Variable withDataType(String dataType)
The data type of the variable.
dataType - The data type of the variable.DataTypepublic Variable withDataType(DataType dataType)
The data type of the variable.
dataType - The data type of the variable.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.
variableType - The variable type of the variable.public String getVariableType()
The variable type of the variable.
public Variable withVariableType(String variableType)
The variable type of the variable.
variableType - The variable type of the variable.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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.