7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/StepExecution.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename StepExecutionsT = Aws::Vector<StepExecution>>
44 void SetStepExecutions(StepExecutionsT&& value) { m_stepExecutionsHasBeenSet =
true; m_stepExecutions = std::forward<StepExecutionsT>(value); }
45 template<
typename StepExecutionsT = Aws::Vector<StepExecution>>
47 template<
typename StepExecutionsT = StepExecution>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_stepExecutionsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 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