7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/model/PipelineExecution.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CodePipeline {
41 template <
typename PipelineExecutionT = PipelineExecution>
43 m_pipelineExecutionHasBeenSet =
true;
44 m_pipelineExecution = std::forward<PipelineExecutionT>(value);
46 template <
typename PipelineExecutionT = PipelineExecution>
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_pipelineExecutionHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
const PipelineExecution & GetPipelineExecution() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetPipelineExecution(PipelineExecutionT &&value)
AWS_CODEPIPELINE_API GetPipelineExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPipelineExecutionResult & WithRequestId(RequestIdT &&value)
AWS_CODEPIPELINE_API GetPipelineExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CODEPIPELINE_API GetPipelineExecutionResult()=default
GetPipelineExecutionResult & WithPipelineExecution(PipelineExecutionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue