@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionHistoryDetails extends Object implements Serializable, Cloneable, StructuredPojo
The description of details of the event.
Constructor and Description |
---|
ActionHistoryDetails() |
Modifier and Type | Method and Description |
---|---|
ActionHistoryDetails |
clone() |
boolean |
equals(Object obj) |
Action |
getAction()
The budget action resource.
|
String |
getMessage() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAction(Action action)
The budget action resource.
|
void |
setMessage(String message) |
String |
toString()
Returns a string representation of this object.
|
ActionHistoryDetails |
withAction(Action action)
The budget action resource.
|
ActionHistoryDetails |
withMessage(String message) |
public void setMessage(String message)
message
- public String getMessage()
public ActionHistoryDetails withMessage(String message)
message
- public void setAction(Action action)
The budget action resource.
action
- The budget action resource.public Action getAction()
The budget action resource.
public ActionHistoryDetails withAction(Action action)
The budget action resource.
action
- The budget action resource.public String toString()
toString
in class Object
Object.toString()
public ActionHistoryDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.