@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetActionResult() |
Modifier and Type | Method and Description |
---|---|
GetActionResult |
clone() |
boolean |
equals(Object obj) |
Action |
getAction()
Information about the action.
|
int |
hashCode() |
void |
setAction(Action action)
Information about the action.
|
String |
toString()
Returns a string representation of this object.
|
GetActionResult |
withAction(Action action)
Information about the action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAction(Action action)
Information about the action.
action
- Information about the action.public Action getAction()
Information about the action.
public GetActionResult withAction(Action action)
Information about the action.
action
- Information about the action.public String toString()
toString
in class Object
Object.toString()
public GetActionResult clone()