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