7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSM_EXPORTS.h>
40 template <
typename WindowIdT = Aws::String>
42 m_windowIdHasBeenSet =
true;
43 m_windowId = std::forward<WindowIdT>(value);
45 template <
typename WindowIdT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
95 m_enabledHasBeenSet =
true;
111 m_durationHasBeenSet =
true;
128 m_cutoffHasBeenSet =
true;
144 template <
typename ScheduleT = Aws::String>
146 m_scheduleHasBeenSet =
true;
147 m_schedule = std::forward<ScheduleT>(value);
149 template <
typename ScheduleT = Aws::String>
163 template <
typename ScheduleTimezoneT = Aws::String>
165 m_scheduleTimezoneHasBeenSet =
true;
166 m_scheduleTimezone = std::forward<ScheduleTimezoneT>(value);
168 template <
typename ScheduleTimezoneT = Aws::String>
183 m_scheduleOffsetHasBeenSet =
true;
184 m_scheduleOffset = value;
199 template <
typename EndDateT = Aws::String>
201 m_endDateHasBeenSet =
true;
202 m_endDate = std::forward<EndDateT>(value);
204 template <
typename EndDateT = Aws::String>
218 template <
typename StartDateT = Aws::String>
220 m_startDateHasBeenSet =
true;
221 m_startDate = std::forward<StartDateT>(value);
223 template <
typename StartDateT = Aws::String>
237 template <
typename NextExecutionTimeT = Aws::String>
239 m_nextExecutionTimeHasBeenSet =
true;
240 m_nextExecutionTime = std::forward<NextExecutionTimeT>(value);
242 template <
typename NextExecutionTimeT = Aws::String>
255 bool m_enabled{
false};
265 int m_scheduleOffset{0};
272 bool m_windowIdHasBeenSet =
false;
273 bool m_nameHasBeenSet =
false;
274 bool m_descriptionHasBeenSet =
false;
275 bool m_enabledHasBeenSet =
false;
276 bool m_durationHasBeenSet =
false;
277 bool m_cutoffHasBeenSet =
false;
278 bool m_scheduleHasBeenSet =
false;
279 bool m_scheduleTimezoneHasBeenSet =
false;
280 bool m_scheduleOffsetHasBeenSet =
false;
281 bool m_endDateHasBeenSet =
false;
282 bool m_startDateHasBeenSet =
false;
283 bool m_nextExecutionTimeHasBeenSet =
false;
void SetWindowId(WindowIdT &&value)
void SetEndDate(EndDateT &&value)
bool EndDateHasBeenSet() const
void SetCutoff(int value)
MaintenanceWindowIdentity & WithDescription(DescriptionT &&value)
bool CutoffHasBeenSet() const
const Aws::String & GetEndDate() const
void SetStartDate(StartDateT &&value)
const Aws::String & GetSchedule() const
bool EnabledHasBeenSet() const
void SetScheduleOffset(int value)
void SetDescription(DescriptionT &&value)
bool ScheduleHasBeenSet() const
MaintenanceWindowIdentity & WithScheduleOffset(int value)
const Aws::String & GetName() const
AWS_SSM_API MaintenanceWindowIdentity(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API MaintenanceWindowIdentity()=default
bool WindowIdHasBeenSet() const
MaintenanceWindowIdentity & WithEndDate(EndDateT &&value)
MaintenanceWindowIdentity & WithDuration(int value)
void SetDuration(int value)
MaintenanceWindowIdentity & WithScheduleTimezone(ScheduleTimezoneT &&value)
const Aws::String & GetNextExecutionTime() const
void SetNextExecutionTime(NextExecutionTimeT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
MaintenanceWindowIdentity & WithWindowId(WindowIdT &&value)
void SetSchedule(ScheduleT &&value)
void SetEnabled(bool value)
void SetName(NameT &&value)
const Aws::String & GetWindowId() const
MaintenanceWindowIdentity & WithEnabled(bool value)
MaintenanceWindowIdentity & WithStartDate(StartDateT &&value)
bool ScheduleTimezoneHasBeenSet() const
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetScheduleTimezone() const
bool StartDateHasBeenSet() const
MaintenanceWindowIdentity & WithNextExecutionTime(NextExecutionTimeT &&value)
AWS_SSM_API MaintenanceWindowIdentity & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
MaintenanceWindowIdentity & WithCutoff(int value)
const Aws::String & GetStartDate() const
MaintenanceWindowIdentity & WithSchedule(ScheduleT &&value)
bool NextExecutionTimeHasBeenSet() const
MaintenanceWindowIdentity & WithName(NameT &&value)
bool ScheduleOffsetHasBeenSet() const
int GetScheduleOffset() const
void SetScheduleTimezone(ScheduleTimezoneT &&value)
bool DurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue