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/ScheduledWindowExecution.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename ScheduledWindowExecutionsT = Aws::Vector<ScheduledWindowExecution>>
39 m_scheduledWindowExecutionsHasBeenSet =
true;
40 m_scheduledWindowExecutions = std::forward<ScheduledWindowExecutionsT>(value);
42 template <
typename ScheduledWindowExecutionsT = Aws::Vector<ScheduledWindowExecution>>
47 template <
typename ScheduledWindowExecutionsT = ScheduledWindowExecution>
49 m_scheduledWindowExecutionsHasBeenSet =
true;
50 m_scheduledWindowExecutions.emplace_back(std::forward<ScheduledWindowExecutionsT>(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_scheduledWindowExecutionsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
DescribeMaintenanceWindowScheduleResult & WithNextToken(NextTokenT &&value)
DescribeMaintenanceWindowScheduleResult & AddScheduledWindowExecutions(ScheduledWindowExecutionsT &&value)
AWS_SSM_API DescribeMaintenanceWindowScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SSM_API DescribeMaintenanceWindowScheduleResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Vector< ScheduledWindowExecution > & GetScheduledWindowExecutions() const
DescribeMaintenanceWindowScheduleResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetScheduledWindowExecutions(ScheduledWindowExecutionsT &&value)
DescribeMaintenanceWindowScheduleResult & WithScheduledWindowExecutions(ScheduledWindowExecutionsT &&value)
const Aws::String & GetRequestId() const
AWS_SSM_API DescribeMaintenanceWindowScheduleResult(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