7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace CodePipeline {
41 template <
typename PipelineExecutionIdT = Aws::String>
43 m_pipelineExecutionIdHasBeenSet =
true;
44 m_pipelineExecutionId = std::forward<PipelineExecutionIdT>(value);
46 template <
typename PipelineExecutionIdT = Aws::String>
56 template <
typename RequestIdT = Aws::String>
58 m_requestIdHasBeenSet =
true;
59 m_requestId = std::forward<RequestIdT>(value);
61 template <
typename RequestIdT = Aws::String>
71 bool m_pipelineExecutionIdHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
AWS_CODEPIPELINE_API StartPipelineExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEPIPELINE_API StartPipelineExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPipelineExecutionId() const
void SetPipelineExecutionId(PipelineExecutionIdT &&value)
StartPipelineExecutionResult & WithRequestId(RequestIdT &&value)
StartPipelineExecutionResult & WithPipelineExecutionId(PipelineExecutionIdT &&value)
AWS_CODEPIPELINE_API StartPipelineExecutionResult()=default
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue