@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetVariableAction extends Object implements Serializable, Cloneable, StructuredPojo
Information about the variable and its new value.
Constructor and Description |
---|
SetVariableAction() |
Modifier and Type | Method and Description |
---|---|
SetVariableAction |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The new value of the variable.
|
String |
getVariableName()
The name of the variable.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setValue(String value)
The new value of the variable.
|
void |
setVariableName(String variableName)
The name of the variable.
|
String |
toString()
Returns a string representation of this object.
|
SetVariableAction |
withValue(String value)
The new value of the variable.
|
SetVariableAction |
withVariableName(String variableName)
The name of the variable.
|
public void setVariableName(String variableName)
The name of the variable.
variableName
- The name of the variable.public String getVariableName()
The name of the variable.
public SetVariableAction withVariableName(String variableName)
The name of the variable.
variableName
- 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 SetVariableAction 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 SetVariableAction 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.