@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionTrigger extends Object implements Serializable, Cloneable, StructuredPojo
The interaction or event that started a pipeline execution.
| Constructor and Description |
|---|
ExecutionTrigger () |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTrigger |
clone () |
boolean |
equals (Object obj) |
String |
getTriggerDetail ()
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution CLI
command. |
String |
getTriggerType ()
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTriggerDetail (String triggerDetail)
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution CLI
command. |
void |
setTriggerType (String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
String |
toString ()
Returns a string representation of this object.
|
ExecutionTrigger |
withTriggerDetail (String triggerDetail)
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution CLI
command. |
ExecutionTrigger |
withTriggerType (String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
ExecutionTrigger |
withTriggerType (TriggerType triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
public ExecutionTrigger()
public void setTriggerType(String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.TriggerType public String getTriggerType()
The type of change-detection method, command, or user interaction that started a pipeline execution.
TriggerType public ExecutionTrigger withTriggerType(String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.TriggerType public ExecutionTrigger withTriggerType(TriggerType triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.TriggerType public void setTriggerDetail(String triggerDetail)
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI
command.
triggerDetail - Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution CLI command.public String getTriggerDetail()
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI
command.
start-pipeline-execution CLI command.public ExecutionTrigger withTriggerDetail(String triggerDetail)
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI
command.
triggerDetail - Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution CLI command.public String toString()
toString in class Object Object.toString() public ExecutionTrigger clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.