7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codepipeline/model/StageContext.h>
10#include <aws/codepipeline/model/ActionContext.h>
53 template<
typename PipelineNameT = Aws::String>
54 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
55 template<
typename PipelineNameT = Aws::String>
65 template<
typename StageT = StageContext>
66 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
67 template<
typename StageT = StageContext>
77 template<
typename ActionT = ActionContext>
78 void SetAction(ActionT&& value) { m_actionHasBeenSet =
true; m_action = std::forward<ActionT>(value); }
79 template<
typename ActionT = ActionContext>
89 template<
typename PipelineArnT = Aws::String>
90 void SetPipelineArn(PipelineArnT&& value) { m_pipelineArnHasBeenSet =
true; m_pipelineArn = std::forward<PipelineArnT>(value); }
91 template<
typename PipelineArnT = Aws::String>
101 template<
typename PipelineExecutionIdT = Aws::String>
102 void SetPipelineExecutionId(PipelineExecutionIdT&& value) { m_pipelineExecutionIdHasBeenSet =
true; m_pipelineExecutionId = std::forward<PipelineExecutionIdT>(value); }
103 template<
typename PipelineExecutionIdT = Aws::String>
109 bool m_pipelineNameHasBeenSet =
false;
112 bool m_stageHasBeenSet =
false;
115 bool m_actionHasBeenSet =
false;
118 bool m_pipelineArnHasBeenSet =
false;
121 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