7#include <aws/codepipeline/CodePipelineRequest.h>
8#include <aws/codepipeline/CodePipeline_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CodePipeline {
39 template <
typename PipelineNameT = Aws::String>
41 m_pipelineNameHasBeenSet =
true;
42 m_pipelineName = std::forward<PipelineNameT>(value);
44 template <
typename PipelineNameT = Aws::String>
59 template <
typename PipelineExecutionIdT = Aws::String>
61 m_pipelineExecutionIdHasBeenSet =
true;
62 m_pipelineExecutionId = std::forward<PipelineExecutionIdT>(value);
64 template <
typename PipelineExecutionIdT = Aws::String>
80 m_abandonHasBeenSet =
true;
96 template <
typename ReasonT = Aws::String>
98 m_reasonHasBeenSet =
true;
99 m_reason = std::forward<ReasonT>(value);
101 template <
typename ReasonT = Aws::String>
112 bool m_abandon{
false};
115 bool m_pipelineNameHasBeenSet =
false;
116 bool m_pipelineExecutionIdHasBeenSet =
false;
117 bool m_abandonHasBeenSet =
false;
118 bool m_reasonHasBeenSet =
false;
void SetPipelineName(PipelineNameT &&value)
const Aws::String & GetPipelineName() const
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
bool ReasonHasBeenSet() const
StopPipelineExecutionRequest & WithReason(ReasonT &&value)
void SetReason(ReasonT &&value)
void SetAbandon(bool value)
StopPipelineExecutionRequest & WithAbandon(bool value)
const Aws::String & GetReason() const
bool PipelineNameHasBeenSet() const
void SetPipelineExecutionId(PipelineExecutionIdT &&value)
StopPipelineExecutionRequest & WithPipelineExecutionId(PipelineExecutionIdT &&value)
AWS_CODEPIPELINE_API StopPipelineExecutionRequest()=default
const Aws::String & GetPipelineExecutionId() const
StopPipelineExecutionRequest & WithPipelineName(PipelineNameT &&value)
bool AbandonHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool PipelineExecutionIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String