7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/StepExecution.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename StepExecutionsT = Aws::Vector<StepExecution>>
39 m_stepExecutionsHasBeenSet =
true;
40 m_stepExecutions = std::forward<StepExecutionsT>(value);
42 template <
typename StepExecutionsT = Aws::Vector<StepExecution>>
47 template <
typename StepExecutionsT = StepExecution>
49 m_stepExecutionsHasBeenSet =
true;
50 m_stepExecutions.emplace_back(std::forward<StepExecutionsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename RequestIdT = Aws::String>
78 m_requestIdHasBeenSet =
true;
79 m_requestId = std::forward<RequestIdT>(value);
81 template <
typename RequestIdT = Aws::String>
93 bool m_stepExecutionsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_SSM_API DescribeAutomationStepExecutionsResult()=default
const Aws::Vector< StepExecution > & GetStepExecutions() const
void SetStepExecutions(StepExecutionsT &&value)
DescribeAutomationStepExecutionsResult & WithStepExecutions(StepExecutionsT &&value)
DescribeAutomationStepExecutionsResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API DescribeAutomationStepExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAutomationStepExecutionsResult & WithNextToken(NextTokenT &&value)
AWS_SSM_API DescribeAutomationStepExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeAutomationStepExecutionsResult & AddStepExecutions(StepExecutionsT &&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