@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetScheduledActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetScheduledActionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetScheduledActionResult |
clone() |
boolean |
equals(Object obj) |
ScheduledActionResponse |
getScheduledAction()
The returned scheduled action object.
|
int |
hashCode() |
void |
setScheduledAction(ScheduledActionResponse scheduledAction)
The returned scheduled action object.
|
String |
toString()
Returns a string representation of this object.
|
GetScheduledActionResult |
withScheduledAction(ScheduledActionResponse scheduledAction)
The returned scheduled action object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScheduledAction(ScheduledActionResponse scheduledAction)
The returned scheduled action object.
scheduledAction - The returned scheduled action object.public ScheduledActionResponse getScheduledAction()
The returned scheduled action object.
public GetScheduledActionResult withScheduledAction(ScheduledActionResponse scheduledAction)
The returned scheduled action object.
scheduledAction - The returned scheduled action object.public String toString()
toString in class ObjectObject.toString()public GetScheduledActionResult clone()