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/RuleExecutionFilter.h>
45 template<
typename PipelineNameT = Aws::String>
46 void SetPipelineName(PipelineNameT&& value) { m_pipelineNameHasBeenSet =
true; m_pipelineName = std::forward<PipelineNameT>(value); }
47 template<
typename PipelineNameT = Aws::String>
57 template<
typename FilterT = RuleExecutionFilter>
58 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
59 template<
typename FilterT = RuleExecutionFilter>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
84 template<
typename NextTokenT = Aws::String>
85 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
86 template<
typename NextTokenT = Aws::String>
92 bool m_pipelineNameHasBeenSet =
false;
95 bool m_filterHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PipelineNameHasBeenSet() const
int GetMaxResults() const
ListRuleExecutionsRequest & WithPipelineName(PipelineNameT &&value)
const Aws::String & GetNextToken() const
void SetPipelineName(PipelineNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_CODEPIPELINE_API ListRuleExecutionsRequest()=default
void SetNextToken(NextTokenT &&value)
const RuleExecutionFilter & GetFilter() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
ListRuleExecutionsRequest & WithFilter(FilterT &&value)
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
ListRuleExecutionsRequest & WithMaxResults(int value)
ListRuleExecutionsRequest & WithNextToken(NextTokenT &&value)
bool FilterHasBeenSet() const
const Aws::String & GetPipelineName() const
void SetFilter(FilterT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String