@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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.