7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
39 template <
typename WindowIdT = Aws::String>
41 m_windowIdHasBeenSet =
true;
42 m_windowId = std::forward<WindowIdT>(value);
44 template <
typename WindowIdT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
97 template <
typename StartDateT = Aws::String>
99 m_startDateHasBeenSet =
true;
100 m_startDate = std::forward<StartDateT>(value);
102 template <
typename StartDateT = Aws::String>
117 template <
typename EndDateT = Aws::String>
119 m_endDateHasBeenSet =
true;
120 m_endDate = std::forward<EndDateT>(value);
122 template <
typename EndDateT = Aws::String>
136 template <
typename ScheduleT = Aws::String>
138 m_scheduleHasBeenSet =
true;
139 m_schedule = std::forward<ScheduleT>(value);
141 template <
typename ScheduleT = Aws::String>
158 template <
typename ScheduleTimezoneT = Aws::String>
160 m_scheduleTimezoneHasBeenSet =
true;
161 m_scheduleTimezone = std::forward<ScheduleTimezoneT>(value);
163 template <
typename ScheduleTimezoneT = Aws::String>
182 m_scheduleOffsetHasBeenSet =
true;
183 m_scheduleOffset = value;
198 m_durationHasBeenSet =
true;
215 m_cutoffHasBeenSet =
true;
232 m_allowUnassociatedTargetsHasBeenSet =
true;
233 m_allowUnassociatedTargets = value;
248 m_enabledHasBeenSet =
true;
266 m_replaceHasBeenSet =
true;
289 int m_scheduleOffset{0};
295 bool m_allowUnassociatedTargets{
false};
297 bool m_enabled{
false};
299 bool m_replace{
false};
300 bool m_windowIdHasBeenSet =
false;
301 bool m_nameHasBeenSet =
false;
302 bool m_descriptionHasBeenSet =
false;
303 bool m_startDateHasBeenSet =
false;
304 bool m_endDateHasBeenSet =
false;
305 bool m_scheduleHasBeenSet =
false;
306 bool m_scheduleTimezoneHasBeenSet =
false;
307 bool m_scheduleOffsetHasBeenSet =
false;
308 bool m_durationHasBeenSet =
false;
309 bool m_cutoffHasBeenSet =
false;
310 bool m_allowUnassociatedTargetsHasBeenSet =
false;
311 bool m_enabledHasBeenSet =
false;
312 bool m_replaceHasBeenSet =
false;
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
void SetDuration(int value)
const Aws::String & GetEndDate() const
bool ReplaceHasBeenSet() const
bool DurationHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
bool ScheduleTimezoneHasBeenSet() const
bool StartDateHasBeenSet() const
UpdateMaintenanceWindowRequest & WithEndDate(EndDateT &&value)
const Aws::String & GetWindowId() const
UpdateMaintenanceWindowRequest & WithStartDate(StartDateT &&value)
const Aws::String & GetStartDate() const
void SetSchedule(ScheduleT &&value)
void SetScheduleOffset(int value)
UpdateMaintenanceWindowRequest & WithWindowId(WindowIdT &&value)
UpdateMaintenanceWindowRequest & WithScheduleOffset(int value)
UpdateMaintenanceWindowRequest & WithDescription(DescriptionT &&value)
UpdateMaintenanceWindowRequest & WithEnabled(bool value)
bool AllowUnassociatedTargetsHasBeenSet() const
void SetName(NameT &&value)
bool WindowIdHasBeenSet() const
bool EndDateHasBeenSet() const
void SetReplace(bool value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ScheduleOffsetHasBeenSet() const
void SetScheduleTimezone(ScheduleTimezoneT &&value)
UpdateMaintenanceWindowRequest & WithName(NameT &&value)
void SetCutoff(int value)
AWS_SSM_API UpdateMaintenanceWindowRequest()=default
UpdateMaintenanceWindowRequest & WithSchedule(ScheduleT &&value)
UpdateMaintenanceWindowRequest & WithAllowUnassociatedTargets(bool value)
UpdateMaintenanceWindowRequest & WithDuration(int value)
void SetEndDate(EndDateT &&value)
const Aws::String & GetScheduleTimezone() const
AWS_SSM_API Aws::String SerializePayload() const override
UpdateMaintenanceWindowRequest & WithCutoff(int value)
void SetEnabled(bool value)
void SetWindowId(WindowIdT &&value)
const Aws::String & GetDescription() const
bool ScheduleHasBeenSet() const
void SetAllowUnassociatedTargets(bool value)
int GetScheduleOffset() const
bool NameHasBeenSet() const
UpdateMaintenanceWindowRequest & WithReplace(bool value)
bool CutoffHasBeenSet() const
bool GetAllowUnassociatedTargets() const
const Aws::String & GetSchedule() const
void SetStartDate(StartDateT &&value)
UpdateMaintenanceWindowRequest & WithScheduleTimezone(ScheduleTimezoneT &&value)
bool EnabledHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String