7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename WindowIdT = Aws::String>
41 void SetWindowId(WindowIdT&& value) { m_windowIdHasBeenSet =
true; m_windowId = std::forward<WindowIdT>(value); }
42 template<
typename WindowIdT = Aws::String>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
75 template<
typename StartDateT = Aws::String>
76 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
77 template<
typename StartDateT = Aws::String>
88 template<
typename EndDateT = Aws::String>
89 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
90 template<
typename EndDateT = Aws::String>
100 template<
typename ScheduleT = Aws::String>
101 void SetSchedule(ScheduleT&& value) { m_scheduleHasBeenSet =
true; m_schedule = std::forward<ScheduleT>(value); }
102 template<
typename ScheduleT = Aws::String>
115 template<
typename ScheduleTimezoneT = Aws::String>
116 void SetScheduleTimezone(ScheduleTimezoneT&& value) { m_scheduleTimezoneHasBeenSet =
true; m_scheduleTimezone = std::forward<ScheduleTimezoneT>(value); }
117 template<
typename ScheduleTimezoneT = Aws::String>
127 inline void SetScheduleOffset(
int value) { m_scheduleOffsetHasBeenSet =
true; m_scheduleOffset = value; }
136 inline void SetDuration(
int value) { m_durationHasBeenSet =
true; m_duration = value; }
146 inline void SetCutoff(
int value) { m_cutoffHasBeenSet =
true; m_cutoff = value; }
165 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
172 template<
typename RequestIdT = Aws::String>
173 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
174 template<
typename RequestIdT = Aws::String>
180 bool m_windowIdHasBeenSet =
false;
183 bool m_nameHasBeenSet =
false;
186 bool m_descriptionHasBeenSet =
false;
189 bool m_startDateHasBeenSet =
false;
192 bool m_endDateHasBeenSet =
false;
195 bool m_scheduleHasBeenSet =
false;
198 bool m_scheduleTimezoneHasBeenSet =
false;
200 int m_scheduleOffset{0};
201 bool m_scheduleOffsetHasBeenSet =
false;
204 bool m_durationHasBeenSet =
false;
207 bool m_cutoffHasBeenSet =
false;
209 bool m_allowUnassociatedTargets{
false};
210 bool m_allowUnassociatedTargetsHasBeenSet =
false;
212 bool m_enabled{
false};
213 bool m_enabledHasBeenSet =
false;
216 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
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