@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariableDefinition extends Object implements Serializable, Cloneable, StructuredPojo
The new value of the variable.
Constructor and Description |
---|
VariableDefinition() |
Modifier and Type | Method and Description |
---|---|
VariableDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the variable.
|
String |
getValue()
The new value of the variable.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the variable.
|
void |
setValue(String value)
The new value of the variable.
|
String |
toString()
Returns a string representation of this object.
|
VariableDefinition |
withName(String name)
The name of the variable.
|
VariableDefinition |
withValue(String value)
The new value 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 VariableDefinition withName(String name)
The name of the variable.
name
- The name of the variable.public void setValue(String value)
The new value of the variable.
value
- The new value of the variable.public String getValue()
The new value of the variable.
public VariableDefinition withValue(String value)
The new value of the variable.
value
- The new value of the variable.public String toString()
toString
in class Object
Object.toString()
public VariableDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.