@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariableEntry extends Object implements Serializable, Cloneable, StructuredPojo
The variable entry in a list.
| Constructor and Description |
|---|
VariableEntry() |
| Modifier and Type | Method and Description |
|---|---|
VariableEntry |
clone() |
boolean |
equals(Object obj) |
String |
getDataSource()
The data source of the variable entry.
|
String |
getDataType()
The data type of the variable entry.
|
String |
getDefaultValue()
The default value of the variable entry.
|
String |
getDescription()
The description of the variable entry.
|
String |
getName()
The name of the variable entry.
|
String |
getVariableType()
The type of the variable entry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataSource(String dataSource)
The data source of the variable entry.
|
void |
setDataType(String dataType)
The data type of the variable entry.
|
void |
setDefaultValue(String defaultValue)
The default value of the variable entry.
|
void |
setDescription(String description)
The description of the variable entry.
|
void |
setName(String name)
The name of the variable entry.
|
void |
setVariableType(String variableType)
The type of the variable entry.
|
String |
toString()
Returns a string representation of this object.
|
VariableEntry |
withDataSource(String dataSource)
The data source of the variable entry.
|
VariableEntry |
withDataType(String dataType)
The data type of the variable entry.
|
VariableEntry |
withDefaultValue(String defaultValue)
The default value of the variable entry.
|
VariableEntry |
withDescription(String description)
The description of the variable entry.
|
VariableEntry |
withName(String name)
The name of the variable entry.
|
VariableEntry |
withVariableType(String variableType)
The type of the variable entry.
|
public void setName(String name)
The name of the variable entry.
name - The name of the variable entry.public String getName()
The name of the variable entry.
public VariableEntry withName(String name)
The name of the variable entry.
name - The name of the variable entry.public void setDataType(String dataType)
The data type of the variable entry.
dataType - The data type of the variable entry.public String getDataType()
The data type of the variable entry.
public VariableEntry withDataType(String dataType)
The data type of the variable entry.
dataType - The data type of the variable entry.public void setDataSource(String dataSource)
The data source of the variable entry.
dataSource - The data source of the variable entry.public String getDataSource()
The data source of the variable entry.
public VariableEntry withDataSource(String dataSource)
The data source of the variable entry.
dataSource - The data source of the variable entry.public void setDefaultValue(String defaultValue)
The default value of the variable entry.
defaultValue - The default value of the variable entry.public String getDefaultValue()
The default value of the variable entry.
public VariableEntry withDefaultValue(String defaultValue)
The default value of the variable entry.
defaultValue - The default value of the variable entry.public void setDescription(String description)
The description of the variable entry.
description - The description of the variable entry.public String getDescription()
The description of the variable entry.
public VariableEntry withDescription(String description)
The description of the variable entry.
description - The description of the variable entry.public void setVariableType(String variableType)
The type of the variable entry.
variableType - The type of the variable entry.public String getVariableType()
The type of the variable entry.
public VariableEntry withVariableType(String variableType)
The type of the variable entry.
variableType - The type of the variable entry.public String toString()
toString in class ObjectObject.toString()public VariableEntry clone()
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.