@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurableActionParameter extends Object implements Serializable, Cloneable, StructuredPojo
The details of the parameters for the configurable environment action.
| Constructor and Description |
|---|
ConfigurableActionParameter() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurableActionParameter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key of the configurable action parameter.
|
String |
getValue()
The value of the configurable action parameter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setKey(String key)
The key of the configurable action parameter.
|
void |
setValue(String value)
The value of the configurable action parameter.
|
String |
toString()
Returns a string representation of this object.
|
ConfigurableActionParameter |
withKey(String key)
The key of the configurable action parameter.
|
ConfigurableActionParameter |
withValue(String value)
The value of the configurable action parameter.
|
public void setKey(String key)
The key of the configurable action parameter.
key - The key of the configurable action parameter.public String getKey()
The key of the configurable action parameter.
public ConfigurableActionParameter withKey(String key)
The key of the configurable action parameter.
key - The key of the configurable action parameter.public void setValue(String value)
The value of the configurable action parameter.
value - The value of the configurable action parameter.public String getValue()
The value of the configurable action parameter.
public ConfigurableActionParameter withValue(String value)
The value of the configurable action parameter.
value - The value of the configurable action parameter.public String toString()
toString in class ObjectObject.toString()public ConfigurableActionParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.