@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 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.TriggerTypepublic String getTriggerType()
The type of change-detection method, command, or user interaction that started a pipeline execution.
TriggerTypepublic 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.TriggerTypepublic 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.TriggerTypepublic 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 ObjectObject.toString()public ExecutionTrigger clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.