7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename PipelineNameT = Aws::String>
44 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
45 template<
typename PipelineNameT = Aws::String>
57 template<
typename PipelineExecutionIdT = Aws::String>
58 void SetPipelineExecutionId(PipelineExecutionIdT&& value) { m_pipelineExecutionIdHasBeenSet =
true; m_pipelineExecutionId = std::forward<PipelineExecutionIdT>(value); }
59 template<
typename PipelineExecutionIdT = Aws::String>
71 inline void SetAbandon(
bool value) { m_abandonHasBeenSet =
true; m_abandon = value; }
82 template<
typename ReasonT = Aws::String>
83 void SetReason(ReasonT&& value) { m_reasonHasBeenSet =
true; m_reason = std::forward<ReasonT>(value); }
84 template<
typename ReasonT = Aws::String>
90 bool m_pipelineNameHasBeenSet =
false;
93 bool m_pipelineExecutionIdHasBeenSet =
false;
95 bool m_abandon{
false};
96 bool m_abandonHasBeenSet =
false;
99 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