7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codepipeline/model/PipelineExecutionSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename PipelineExecutionSummariesT = Aws::Vector<PipelineExecutionSummary>>
49 void SetPipelineExecutionSummaries(PipelineExecutionSummariesT&& value) { m_pipelineExecutionSummariesHasBeenSet =
true; m_pipelineExecutionSummaries = std::forward<PipelineExecutionSummariesT>(value); }
50 template<
typename PipelineExecutionSummariesT = Aws::Vector<PipelineExecutionSummary>>
52 template<
typename PipelineExecutionSummariesT = PipelineExecutionSummary>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_pipelineExecutionSummariesHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::Vector< PipelineExecutionSummary > & GetPipelineExecutionSummaries() const
AWS_CODEPIPELINE_API ListPipelineExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_CODEPIPELINE_API ListPipelineExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
ListPipelineExecutionsResult & WithNextToken(NextTokenT &&value)
void SetPipelineExecutionSummaries(PipelineExecutionSummariesT &&value)
ListPipelineExecutionsResult & WithPipelineExecutionSummaries(PipelineExecutionSummariesT &&value)
ListPipelineExecutionsResult & WithRequestId(RequestIdT &&value)
AWS_CODEPIPELINE_API ListPipelineExecutionsResult()=default
ListPipelineExecutionsResult & AddPipelineExecutionSummaries(PipelineExecutionSummariesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue