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/MaintenanceWindowExecution.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename WindowExecutionsT = Aws::Vector<Ma
intenanceWindowExecution>>
43 void SetWindowExecutions(WindowExecutionsT&& value) { m_windowExecutionsHasBeenSet =
true; m_windowExecutions = std::forward<WindowExecutionsT>(value); }
44 template<
typename WindowExecutionsT = Aws::Vector<Ma
intenanceWindowExecution>>
46 template<
typename WindowExecutionsT = Ma
intenanceWindowExecution>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_windowExecutionsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
DescribeMaintenanceWindowExecutionsResult & AddWindowExecutions(WindowExecutionsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< MaintenanceWindowExecution > & GetWindowExecutions() const
void SetRequestId(RequestIdT &&value)
AWS_SSM_API DescribeMaintenanceWindowExecutionsResult()=default
DescribeMaintenanceWindowExecutionsResult & WithNextToken(NextTokenT &&value)
AWS_SSM_API DescribeMaintenanceWindowExecutionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWindowExecutions(WindowExecutionsT &&value)
DescribeMaintenanceWindowExecutionsResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
DescribeMaintenanceWindowExecutionsResult & WithWindowExecutions(WindowExecutionsT &&value)
const Aws::String & GetNextToken() const
AWS_SSM_API DescribeMaintenanceWindowExecutionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue