@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TriggerNodeDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of a Trigger node present in the workflow.
Constructor and Description |
---|
TriggerNodeDetails() |
Modifier and Type | Method and Description |
---|---|
TriggerNodeDetails |
clone() |
boolean |
equals(Object obj) |
Trigger |
getTrigger()
The information of the trigger represented by the trigger node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTrigger(Trigger trigger)
The information of the trigger represented by the trigger node.
|
String |
toString()
Returns a string representation of this object.
|
TriggerNodeDetails |
withTrigger(Trigger trigger)
The information of the trigger represented by the trigger node.
|
public void setTrigger(Trigger trigger)
The information of the trigger represented by the trigger node.
trigger
- The information of the trigger represented by the trigger node.public Trigger getTrigger()
The information of the trigger represented by the trigger node.
public TriggerNodeDetails withTrigger(Trigger trigger)
The information of the trigger represented by the trigger node.
trigger
- The information of the trigger represented by the trigger node.public String toString()
toString
in class Object
Object.toString()
public TriggerNodeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.