@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendedActionParameter extends Object implements Serializable, Cloneable
A single parameter to use with the RecommendedAction
API operation to apply the action.
Constructor and Description |
---|
RecommendedActionParameter() |
Modifier and Type | Method and Description |
---|---|
RecommendedActionParameter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key of the parameter to use with the
RecommendedAction API operation. |
String |
getValue()
The value of the parameter to use with the
RecommendedAction API operation. |
int |
hashCode() |
void |
setKey(String key)
The key of the parameter to use with the
RecommendedAction API operation. |
void |
setValue(String value)
The value of the parameter to use with the
RecommendedAction API operation. |
String |
toString()
Returns a string representation of this object.
|
RecommendedActionParameter |
withKey(String key)
The key of the parameter to use with the
RecommendedAction API operation. |
RecommendedActionParameter |
withValue(String value)
The value of the parameter to use with the
RecommendedAction API operation. |
public void setKey(String key)
The key of the parameter to use with the RecommendedAction
API operation.
key
- The key of the parameter to use with the RecommendedAction
API operation.public String getKey()
The key of the parameter to use with the RecommendedAction
API operation.
RecommendedAction
API operation.public RecommendedActionParameter withKey(String key)
The key of the parameter to use with the RecommendedAction
API operation.
key
- The key of the parameter to use with the RecommendedAction
API operation.public void setValue(String value)
The value of the parameter to use with the RecommendedAction
API operation.
value
- The value of the parameter to use with the RecommendedAction
API operation.public String getValue()
The value of the parameter to use with the RecommendedAction
API operation.
RecommendedAction
API operation.public RecommendedActionParameter withValue(String value)
The value of the parameter to use with the RecommendedAction
API operation.
value
- The value of the parameter to use with the RecommendedAction
API operation.public String toString()
toString
in class Object
Object.toString()
public RecommendedActionParameter clone()