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