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/AutomationExecutionMetadata.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename AutomationExecutionMetadataListT = Aws::Vector<AutomationExecutionMetadata>>
44 void SetAutomationExecutionMetadataList(AutomationExecutionMetadataListT&& value) { m_automationExecutionMetadataListHasBeenSet =
true; m_automationExecutionMetadataList = std::forward<AutomationExecutionMetadataListT>(value); }
45 template<
typename AutomationExecutionMetadataListT = Aws::Vector<AutomationExecutionMetadata>>
47 template<
typename AutomationExecutionMetadataListT = AutomationExecutionMetadata>
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_automationExecutionMetadataListHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_SSM_API DescribeAutomationExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAutomationExecutionsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeAutomationExecutionsResult & AddAutomationExecutionMetadataList(AutomationExecutionMetadataListT &&value)
const Aws::String & GetRequestId() const
DescribeAutomationExecutionsResult & WithNextToken(NextTokenT &&value)
const Aws::Vector< AutomationExecutionMetadata > & GetAutomationExecutionMetadataList() const
DescribeAutomationExecutionsResult & WithAutomationExecutionMetadataList(AutomationExecutionMetadataListT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_SSM_API DescribeAutomationExecutionsResult()=default
AWS_SSM_API DescribeAutomationExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAutomationExecutionMetadataList(AutomationExecutionMetadataListT &&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