@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.FollowPoint
public String getFollowPoint()
FollowPoint
public FollowModeScheduleActionStartSettings withFollowPoint(String followPoint)
followPoint
- Identifies whether this action starts relative to the start or relative to the end of the reference
action.FollowPoint
public FollowModeScheduleActionStartSettings withFollowPoint(FollowPoint followPoint)
followPoint
- Identifies whether this action starts relative to the start or relative to the end of the reference
action.FollowPoint
public 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 Object
Object.toString()
public FollowModeScheduleActionStartSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.