30 namespace CodePipeline
68 inline void SetPipelineName(
const char* value) { m_pipelineNameHasBeenSet =
true; m_pipelineName.assign(value); }
130 bool m_pipelineNameHasBeenSet;
132 bool m_stageHasBeenSet;
134 bool m_actionHasBeenSet;
void SetStage(const StageContext &value)
PipelineContext & WithStage(StageContext &&value)
PipelineContext & WithPipelineName(const Aws::String &value)
void SetPipelineName(const char *value)
PipelineContext & WithStage(const StageContext &value)
void SetAction(ActionContext &&value)
const Aws::String & GetPipelineName() const
void SetPipelineName(const Aws::String &value)
void SetAction(const ActionContext &value)
void SetPipelineName(Aws::String &&value)
PipelineContext & WithPipelineName(const char *value)
PipelineContext & WithPipelineName(Aws::String &&value)
#define AWS_CODEPIPELINE_API
void SetStage(StageContext &&value)
PipelineContext & WithAction(const ActionContext &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const ActionContext & GetAction() const
PipelineContext & WithAction(ActionContext &&value)
const StageContext & GetStage() const
JSON (JavaScript Object Notation).