7#include <aws/codepipeline/CodePipelineRequest.h>
8#include <aws/codepipeline/CodePipeline_EXPORTS.h>
9#include <aws/codepipeline/model/ApprovalResult.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodePipeline {
44 template <
typename PipelineNameT = Aws::String>
46 m_pipelineNameHasBeenSet =
true;
47 m_pipelineName = std::forward<PipelineNameT>(value);
49 template <
typename PipelineNameT = Aws::String>
62 template <
typename StageNameT = Aws::String>
64 m_stageNameHasBeenSet =
true;
65 m_stageName = std::forward<StageNameT>(value);
67 template <
typename StageNameT = Aws::String>
80 template <
typename ActionNameT = Aws::String>
82 m_actionNameHasBeenSet =
true;
83 m_actionName = std::forward<ActionNameT>(value);
85 template <
typename ActionNameT = Aws::String>
98 template <
typename ResultT = ApprovalResult>
100 m_resultHasBeenSet =
true;
101 m_result = std::forward<ResultT>(value);
103 template <
typename ResultT = ApprovalResult>
124 template <
typename TokenT = Aws::String>
126 m_tokenHasBeenSet =
true;
127 m_token = std::forward<TokenT>(value);
129 template <
typename TokenT = Aws::String>
131 SetToken(std::forward<TokenT>(value));
145 bool m_pipelineNameHasBeenSet =
false;
146 bool m_stageNameHasBeenSet =
false;
147 bool m_actionNameHasBeenSet =
false;
148 bool m_resultHasBeenSet =
false;
149 bool m_tokenHasBeenSet =
false;
AWS_CODEPIPELINE_API PutApprovalResultRequest()=default
const Aws::String & GetToken() const
bool TokenHasBeenSet() const
void SetPipelineName(PipelineNameT &&value)
const ApprovalResult & GetResult() const
PutApprovalResultRequest & WithToken(TokenT &&value)
void SetStageName(StageNameT &&value)
PutApprovalResultRequest & WithResult(ResultT &&value)
bool StageNameHasBeenSet() const
PutApprovalResultRequest & WithPipelineName(PipelineNameT &&value)
bool PipelineNameHasBeenSet() const
void SetResult(ResultT &&value)
void SetActionName(ActionNameT &&value)
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetPipelineName() const
PutApprovalResultRequest & WithStageName(StageNameT &&value)
virtual const char * GetServiceRequestName() const override
PutApprovalResultRequest & WithActionName(ActionNameT &&value)
const Aws::String & GetStageName() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
bool ActionNameHasBeenSet() const
const Aws::String & GetActionName() const
bool ResultHasBeenSet() const
void SetToken(TokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String