7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/codepipeline/CodePipelineRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codepipeline/model/PipelineExecutionFilter.h>
49 template<
typename PipelineNameT = Aws::String>
50 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
51 template<
typename PipelineNameT = Aws::String>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename FilterT = PipelineExecutionFilter>
75 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
76 template<
typename FilterT = PipelineExecutionFilter>
88 template<
typename NextTokenT = Aws::String>
89 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
90 template<
typename NextTokenT = Aws::String>
96 bool m_pipelineNameHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
101 PipelineExecutionFilter m_filter;
102 bool m_filterHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
bool FilterHasBeenSet() const
void SetMaxResults(int value)
bool PipelineNameHasBeenSet() const
ListPipelineExecutionsRequest & WithMaxResults(int value)
void SetFilter(FilterT &&value)
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetPipelineName() const
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const PipelineExecutionFilter & GetFilter() const
bool MaxResultsHasBeenSet() const
void SetPipelineName(PipelineNameT &&value)
AWS_CODEPIPELINE_API ListPipelineExecutionsRequest()=default
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListPipelineExecutionsRequest & WithNextToken(NextTokenT &&value)
ListPipelineExecutionsRequest & WithPipelineName(PipelineNameT &&value)
ListPipelineExecutionsRequest & WithFilter(FilterT &&value)
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String