7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/ActionContext.h>
9#include <aws/codepipeline/model/StageContext.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodePipeline {
47 template <
typename PipelineNameT = Aws::String>
49 m_pipelineNameHasBeenSet =
true;
50 m_pipelineName = std::forward<PipelineNameT>(value);
52 template <
typename PipelineNameT = Aws::String>
65 template <
typename StageT = StageContext>
67 m_stageHasBeenSet =
true;
68 m_stage = std::forward<StageT>(value);
70 template <
typename StageT = StageContext>
72 SetStage(std::forward<StageT>(value));
83 template <
typename ActionT = ActionContext>
85 m_actionHasBeenSet =
true;
86 m_action = std::forward<ActionT>(value);
88 template <
typename ActionT = ActionContext>
101 template <
typename PipelineArnT = Aws::String>
103 m_pipelineArnHasBeenSet =
true;
104 m_pipelineArn = std::forward<PipelineArnT>(value);
106 template <
typename PipelineArnT = Aws::String>
119 template <
typename PipelineExecutionIdT = Aws::String>
121 m_pipelineExecutionIdHasBeenSet =
true;
122 m_pipelineExecutionId = std::forward<PipelineExecutionIdT>(value);
124 template <
typename PipelineExecutionIdT = Aws::String>
140 bool m_pipelineNameHasBeenSet =
false;
141 bool m_stageHasBeenSet =
false;
142 bool m_actionHasBeenSet =
false;
143 bool m_pipelineArnHasBeenSet =
false;
144 bool m_pipelineExecutionIdHasBeenSet =
false;
PipelineContext & WithAction(ActionT &&value)
bool PipelineNameHasBeenSet() const
PipelineContext & WithPipelineArn(PipelineArnT &&value)
void SetPipelineName(PipelineNameT &&value)
PipelineContext & WithPipelineExecutionId(PipelineExecutionIdT &&value)
const Aws::String & GetPipelineName() const
void SetPipelineExecutionId(PipelineExecutionIdT &&value)
const Aws::String & GetPipelineArn() const
bool PipelineExecutionIdHasBeenSet() const
bool ActionHasBeenSet() const
bool PipelineArnHasBeenSet() const
PipelineContext & WithPipelineName(PipelineNameT &&value)
PipelineContext & WithStage(StageT &&value)
void SetAction(ActionT &&value)
const ActionContext & GetAction() const
const StageContext & GetStage() const
bool StageHasBeenSet() const
AWS_CODEPIPELINE_API PipelineContext()=default
void SetPipelineArn(PipelineArnT &&value)
const Aws::String & GetPipelineExecutionId() const
AWS_CODEPIPELINE_API PipelineContext & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStage(StageT &&value)
AWS_CODEPIPELINE_API PipelineContext(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue