7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename WindowIdT = Aws::String>
37 m_windowIdHasBeenSet =
true;
38 m_windowId = std::forward<WindowIdT>(value);
40 template <
typename WindowIdT = Aws::String>
52 template <
typename NameT = Aws::String>
54 m_nameHasBeenSet =
true;
55 m_name = std::forward<NameT>(value);
57 template <
typename NameT = Aws::String>
59 SetName(std::forward<NameT>(value));
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
88 template <
typename StartDateT = Aws::String>
90 m_startDateHasBeenSet =
true;
91 m_startDate = std::forward<StartDateT>(value);
93 template <
typename StartDateT = Aws::String>
107 template <
typename EndDateT = Aws::String>
109 m_endDateHasBeenSet =
true;
110 m_endDate = std::forward<EndDateT>(value);
112 template <
typename EndDateT = Aws::String>
125 template <
typename ScheduleT = Aws::String>
127 m_scheduleHasBeenSet =
true;
128 m_schedule = std::forward<ScheduleT>(value);
130 template <
typename ScheduleT = Aws::String>
146 template <
typename ScheduleTimezoneT = Aws::String>
148 m_scheduleTimezoneHasBeenSet =
true;
149 m_scheduleTimezone = std::forward<ScheduleTimezoneT>(value);
151 template <
typename ScheduleTimezoneT = Aws::String>
165 m_scheduleOffsetHasBeenSet =
true;
166 m_scheduleOffset = value;
180 m_durationHasBeenSet =
true;
196 m_cutoffHasBeenSet =
true;
212 m_allowUnassociatedTargetsHasBeenSet =
true;
213 m_allowUnassociatedTargets = value;
227 m_enabledHasBeenSet =
true;
239 template <
typename RequestIdT = Aws::String>
241 m_requestIdHasBeenSet =
true;
242 m_requestId = std::forward<RequestIdT>(value);
244 template <
typename RequestIdT = Aws::String>
267 int m_scheduleOffset{0};
273 bool m_allowUnassociatedTargets{
false};
275 bool m_enabled{
false};
279 bool m_windowIdHasBeenSet =
false;
280 bool m_nameHasBeenSet =
false;
281 bool m_descriptionHasBeenSet =
false;
282 bool m_startDateHasBeenSet =
false;
283 bool m_endDateHasBeenSet =
false;
284 bool m_scheduleHasBeenSet =
false;
285 bool m_scheduleTimezoneHasBeenSet =
false;
286 bool m_scheduleOffsetHasBeenSet =
false;
287 bool m_durationHasBeenSet =
false;
288 bool m_cutoffHasBeenSet =
false;
289 bool m_allowUnassociatedTargetsHasBeenSet =
false;
290 bool m_enabledHasBeenSet =
false;
291 bool m_requestIdHasBeenSet =
false;
AWS_SSM_API UpdateMaintenanceWindowResult()=default
void SetStartDate(StartDateT &&value)
const Aws::String & GetScheduleTimezone() const
void SetCutoff(int value)
UpdateMaintenanceWindowResult & WithDescription(DescriptionT &&value)
void SetDuration(int value)
UpdateMaintenanceWindowResult & WithWindowId(WindowIdT &&value)
const Aws::String & GetDescription() const
bool GetAllowUnassociatedTargets() const
void SetEnabled(bool value)
int GetScheduleOffset() const
UpdateMaintenanceWindowResult & WithDuration(int value)
void SetName(NameT &&value)
const Aws::String & GetWindowId() const
UpdateMaintenanceWindowResult & WithEndDate(EndDateT &&value)
const Aws::String & GetEndDate() const
UpdateMaintenanceWindowResult & WithScheduleTimezone(ScheduleTimezoneT &&value)
void SetScheduleTimezone(ScheduleTimezoneT &&value)
UpdateMaintenanceWindowResult & WithCutoff(int value)
void SetWindowId(WindowIdT &&value)
UpdateMaintenanceWindowResult & WithRequestId(RequestIdT &&value)
UpdateMaintenanceWindowResult & WithName(NameT &&value)
const Aws::String & GetStartDate() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
void SetSchedule(ScheduleT &&value)
AWS_SSM_API UpdateMaintenanceWindowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMaintenanceWindowResult & WithSchedule(ScheduleT &&value)
const Aws::String & GetName() const
void SetEndDate(EndDateT &&value)
void SetScheduleOffset(int value)
void SetDescription(DescriptionT &&value)
UpdateMaintenanceWindowResult & WithEnabled(bool value)
UpdateMaintenanceWindowResult & WithAllowUnassociatedTargets(bool value)
AWS_SSM_API UpdateMaintenanceWindowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMaintenanceWindowResult & WithStartDate(StartDateT &&value)
UpdateMaintenanceWindowResult & WithScheduleOffset(int value)
const Aws::String & GetSchedule() const
void SetRequestId(RequestIdT &&value)
void SetAllowUnassociatedTargets(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue