@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleActionStartSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ScheduleActionStartSettings() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleActionStartSettings |
clone() |
boolean |
equals(Object obj) |
FixedModeScheduleActionStartSettings |
getFixedModeScheduleActionStartSettings()
Holds the start time for the action.
|
FollowModeScheduleActionStartSettings |
getFollowModeScheduleActionStartSettings()
Specifies an action to follow for scheduling this action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings fixedModeScheduleActionStartSettings)
Holds the start time for the action.
|
void |
setFollowModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings followModeScheduleActionStartSettings)
Specifies an action to follow for scheduling this action.
|
String |
toString()
Returns a string representation of this object.
|
ScheduleActionStartSettings |
withFixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings fixedModeScheduleActionStartSettings)
Holds the start time for the action.
|
ScheduleActionStartSettings |
withFollowModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings followModeScheduleActionStartSettings)
Specifies an action to follow for scheduling this action.
|
public void setFixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings fixedModeScheduleActionStartSettings)
fixedModeScheduleActionStartSettings - Holds the start time for the action.public FixedModeScheduleActionStartSettings getFixedModeScheduleActionStartSettings()
public ScheduleActionStartSettings withFixedModeScheduleActionStartSettings(FixedModeScheduleActionStartSettings fixedModeScheduleActionStartSettings)
fixedModeScheduleActionStartSettings - Holds the start time for the action.public void setFollowModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings followModeScheduleActionStartSettings)
followModeScheduleActionStartSettings - Specifies an action to follow for scheduling this action.public FollowModeScheduleActionStartSettings getFollowModeScheduleActionStartSettings()
public ScheduleActionStartSettings withFollowModeScheduleActionStartSettings(FollowModeScheduleActionStartSettings followModeScheduleActionStartSettings)
followModeScheduleActionStartSettings - Specifies an action to follow for scheduling this action.public String toString()
toString in class ObjectObject.toString()public ScheduleActionStartSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.