@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendedActionUpdate extends Object implements Serializable, Cloneable
The recommended status to update for the specified recommendation action ID.
Constructor and Description |
---|
RecommendedActionUpdate() |
Modifier and Type | Method and Description |
---|---|
RecommendedActionUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getActionId()
A unique identifier of the updated recommendation action.
|
String |
getStatus()
The status of the updated recommendation action.
|
int |
hashCode() |
void |
setActionId(String actionId)
A unique identifier of the updated recommendation action.
|
void |
setStatus(String status)
The status of the updated recommendation action.
|
String |
toString()
Returns a string representation of this object.
|
RecommendedActionUpdate |
withActionId(String actionId)
A unique identifier of the updated recommendation action.
|
RecommendedActionUpdate |
withStatus(String status)
The status of the updated recommendation action.
|
public void setActionId(String actionId)
A unique identifier of the updated recommendation action.
actionId
- A unique identifier of the updated recommendation action.public String getActionId()
A unique identifier of the updated recommendation action.
public RecommendedActionUpdate withActionId(String actionId)
A unique identifier of the updated recommendation action.
actionId
- A unique identifier of the updated recommendation action.public void setStatus(String status)
The status of the updated recommendation action.
applied
scheduled
status
- The status of the updated recommendation action.
applied
scheduled
public String getStatus()
The status of the updated recommendation action.
applied
scheduled
applied
scheduled
public RecommendedActionUpdate withStatus(String status)
The status of the updated recommendation action.
applied
scheduled
status
- The status of the updated recommendation action.
applied
scheduled
public String toString()
toString
in class Object
Object.toString()
public RecommendedActionUpdate clone()