/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The interaction or event that started a pipeline execution.See
* Also:
AWS
* API Reference
The type of change-detection method, command, or user interaction that * started a pipeline execution.
*/ inline const TriggerType& GetTriggerType() const{ return m_triggerType; } /** *The type of change-detection method, command, or user interaction that * started a pipeline execution.
*/ inline bool TriggerTypeHasBeenSet() const { return m_triggerTypeHasBeenSet; } /** *The type of change-detection method, command, or user interaction that * started a pipeline execution.
*/ inline void SetTriggerType(const TriggerType& value) { m_triggerTypeHasBeenSet = true; m_triggerType = value; } /** *The type of change-detection method, command, or user interaction that * started a pipeline execution.
*/ inline void SetTriggerType(TriggerType&& value) { m_triggerTypeHasBeenSet = true; m_triggerType = std::move(value); } /** *The type of change-detection method, command, or user interaction that * started a pipeline execution.
*/ inline ExecutionTrigger& WithTriggerType(const TriggerType& value) { SetTriggerType(value); return *this;} /** *The type of change-detection method, command, or user interaction that * started a pipeline execution.
*/ inline ExecutionTrigger& WithTriggerType(TriggerType&& value) { SetTriggerType(std::move(value)); return *this;} /** *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.
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.
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.
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.
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.
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.
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.
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.