@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FollowModeScheduleActionStartSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FollowModeScheduleActionStartSettings() |
| Modifier and Type | Method and Description |
|---|---|
FollowModeScheduleActionStartSettings |
clone() |
boolean |
equals(Object obj) |
String |
getFollowPoint()
Identifies whether this action starts relative to the start or relative to the end of the reference action.
|
String |
getReferenceActionName()
The action name of another action that this one refers to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFollowPoint(String followPoint)
Identifies whether this action starts relative to the start or relative to the end of the reference action.
|
void |
setReferenceActionName(String referenceActionName)
The action name of another action that this one refers to.
|
String |
toString()
Returns a string representation of this object.
|
FollowModeScheduleActionStartSettings |
withFollowPoint(FollowPoint followPoint)
Identifies whether this action starts relative to the start or relative to the end of the reference action.
|
FollowModeScheduleActionStartSettings |
withFollowPoint(String followPoint)
Identifies whether this action starts relative to the start or relative to the end of the reference action.
|
FollowModeScheduleActionStartSettings |
withReferenceActionName(String referenceActionName)
The action name of another action that this one refers to.
|
public FollowModeScheduleActionStartSettings()
public void setFollowPoint(String followPoint)
followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference
action.FollowPointpublic String getFollowPoint()
FollowPointpublic FollowModeScheduleActionStartSettings withFollowPoint(String followPoint)
followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference
action.FollowPointpublic FollowModeScheduleActionStartSettings withFollowPoint(FollowPoint followPoint)
followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference
action.FollowPointpublic void setReferenceActionName(String referenceActionName)
referenceActionName - The action name of another action that this one refers to.public String getReferenceActionName()
public FollowModeScheduleActionStartSettings withReferenceActionName(String referenceActionName)
referenceActionName - The action name of another action that this one refers to.public String toString()
toString in class ObjectObject.toString()public FollowModeScheduleActionStartSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.