@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleAction extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ScheduleAction() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleAction |
clone() |
boolean |
equals(Object obj) |
String |
getActionName()
The name of the action, must be unique within the schedule.
|
ScheduleActionSettings |
getScheduleActionSettings()
Settings for this schedule action.
|
ScheduleActionStartSettings |
getScheduleActionStartSettings()
When the action takes effect.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setActionName(String actionName)
The name of the action, must be unique within the schedule.
|
void |
setScheduleActionSettings(ScheduleActionSettings scheduleActionSettings)
Settings for this schedule action.
|
void |
setScheduleActionStartSettings(ScheduleActionStartSettings scheduleActionStartSettings)
When the action takes effect.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ScheduleAction |
withActionName(String actionName)
The name of the action, must be unique within the schedule.
|
ScheduleAction |
withScheduleActionSettings(ScheduleActionSettings scheduleActionSettings)
Settings for this schedule action.
|
ScheduleAction |
withScheduleActionStartSettings(ScheduleActionStartSettings scheduleActionStartSettings)
When the action takes effect.
|
public void setActionName(String actionName)
actionName - The name of the action, must be unique within the schedule.public String getActionName()
public ScheduleAction withActionName(String actionName)
actionName - The name of the action, must be unique within the schedule.public void setScheduleActionSettings(ScheduleActionSettings scheduleActionSettings)
scheduleActionSettings - Settings for this schedule action.public ScheduleActionSettings getScheduleActionSettings()
public ScheduleAction withScheduleActionSettings(ScheduleActionSettings scheduleActionSettings)
scheduleActionSettings - Settings for this schedule action.public void setScheduleActionStartSettings(ScheduleActionStartSettings scheduleActionStartSettings)
scheduleActionStartSettings - When the action takes effect.public ScheduleActionStartSettings getScheduleActionStartSettings()
public ScheduleAction withScheduleActionStartSettings(ScheduleActionStartSettings scheduleActionStartSettings)
scheduleActionStartSettings - When the action takes effect.public String toString()
toString in class ObjectObject.toString()public ScheduleAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.