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;
47 template<
typename PipelineExecutionT = PipelineExecution>
48 void SetPipelineExecution(PipelineExecutionT&& value) { m_pipelineExecutionHasBeenSet =
true; m_pipelineExecution = std::forward<PipelineExecutionT>(value); }
49 template<
typename PipelineExecutionT = PipelineExecution>
56 template<
typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
58 template<
typename RequestIdT = Aws::String>
64 bool m_pipelineExecutionHasBeenSet =
false;
67 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