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/ActionExecutionFilter.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 = ActionExecutionFilter>
58 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
59 template<
typename FilterT = ActionExecutionFilter>
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;
ListActionExecutionsRequest & WithFilter(FilterT &&value)
virtual const char * GetServiceRequestName() const override
bool FilterHasBeenSet() const
bool PipelineNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetPipelineName(PipelineNameT &&value)
void SetMaxResults(int value)
const Aws::String & GetPipelineName() const
int GetMaxResults() const
AWS_CODEPIPELINE_API Aws::String SerializePayload() const override
ListActionExecutionsRequest & WithNextToken(NextTokenT &&value)
void SetFilter(FilterT &&value)
bool NextTokenHasBeenSet() const
AWS_CODEPIPELINE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
AWS_CODEPIPELINE_API ListActionExecutionsRequest()=default
ListActionExecutionsRequest & WithPipelineName(PipelineNameT &&value)
const ActionExecutionFilter & GetFilter() const
ListActionExecutionsRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String