7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ssm/model/StepExecutionFilter.h>
32 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeAutomationStepExecutions"; }
46 template<
typename AutomationExecutionIdT = Aws::String>
47 void SetAutomationExecutionId(AutomationExecutionIdT&& value) { m_automationExecutionIdHasBeenSet =
true; m_automationExecutionId = std::forward<AutomationExecutionIdT>(value); }
48 template<
typename AutomationExecutionIdT = Aws::String>
59 template<
typename FiltersT = Aws::Vector<StepExecutionFilter>>
60 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
61 template<
typename FiltersT = Aws::Vector<StepExecutionFilter>>
63 template<
typename FiltersT = StepExecutionFilter>
74 template<
typename NextTokenT = Aws::String>
75 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
76 template<
typename NextTokenT = Aws::String>
88 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
99 inline void SetReverseOrder(
bool value) { m_reverseOrderHasBeenSet =
true; m_reverseOrder = value; }
105 bool m_automationExecutionIdHasBeenSet =
false;
108 bool m_filtersHasBeenSet =
false;
111 bool m_nextTokenHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
116 bool m_reverseOrder{
false};
117 bool m_reverseOrderHasBeenSet =
false;
DescribeAutomationStepExecutionsRequest & WithAutomationExecutionId(AutomationExecutionIdT &&value)
DescribeAutomationStepExecutionsRequest & WithNextToken(NextTokenT &&value)
void SetFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
AWS_SSM_API DescribeAutomationStepExecutionsRequest()=default
DescribeAutomationStepExecutionsRequest & WithFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
bool FiltersHasBeenSet() const
void SetReverseOrder(bool value)
int GetMaxResults() const
AWS_SSM_API Aws::String SerializePayload() const override
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
DescribeAutomationStepExecutionsRequest & AddFilters(FiltersT &&value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAutomationExecutionId(AutomationExecutionIdT &&value)
DescribeAutomationStepExecutionsRequest & WithMaxResults(int value)
bool GetReverseOrder() const
const Aws::Vector< StepExecutionFilter > & GetFilters() const
bool AutomationExecutionIdHasBeenSet() const
DescribeAutomationStepExecutionsRequest & WithReverseOrder(bool value)
bool ReverseOrderHasBeenSet() const
const Aws::String & GetAutomationExecutionId() const
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector