@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnInputLifecycle extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the actions performed when the condition evaluates to TRUE.
| Constructor and Description |
|---|
OnInputLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
OnInputLifecycle |
clone() |
boolean |
equals(Object obj) |
List<Event> |
getEvents()
Specifies the actions performed when the
condition evaluates to TRUE. |
List<TransitionEvent> |
getTransitionEvents()
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEvents(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
void |
setTransitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
String |
toString()
Returns a string representation of this object.
|
OnInputLifecycle |
withEvents(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle |
withEvents(Event... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle |
withTransitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
OnInputLifecycle |
withTransitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
public List<Event> getEvents()
Specifies the actions performed when the condition evaluates to TRUE.
condition evaluates to TRUE.public void setEvents(Collection<Event> events)
Specifies the actions performed when the condition evaluates to TRUE.
events - Specifies the actions performed when the condition evaluates to TRUE.public OnInputLifecycle withEvents(Event... events)
Specifies the actions performed when the condition evaluates to TRUE.
NOTE: This method appends the values to the existing list (if any). Use
setEvents(java.util.Collection) or withEvents(java.util.Collection) if you want to override the
existing values.
events - Specifies the actions performed when the condition evaluates to TRUE.public OnInputLifecycle withEvents(Collection<Event> events)
Specifies the actions performed when the condition evaluates to TRUE.
events - Specifies the actions performed when the condition evaluates to TRUE.public List<TransitionEvent> getTransitionEvents()
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
condition evaluates to
TRUE.public void setTransitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
transitionEvents - Specifies the actions performed, and the next state entered, when a condition evaluates to
TRUE.public OnInputLifecycle withTransitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
NOTE: This method appends the values to the existing list (if any). Use
setTransitionEvents(java.util.Collection) or withTransitionEvents(java.util.Collection) if you
want to override the existing values.
transitionEvents - Specifies the actions performed, and the next state entered, when a condition evaluates to
TRUE.public OnInputLifecycle withTransitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
transitionEvents - Specifies the actions performed, and the next state entered, when a condition evaluates to
TRUE.public String toString()
toString in class ObjectObject.toString()public OnInputLifecycle clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.