7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/HoursOfOperationDays.h>
9#include <aws/connect/model/HoursOfOperationTimeSlice.h>
43 m_dayHasBeenSet =
true;
58 template <
typename StartTimeT = HoursOfOperationTimeSlice>
60 m_startTimeHasBeenSet =
true;
61 m_startTime = std::forward<StartTimeT>(value);
63 template <
typename StartTimeT = HoursOfOperationTimeSlice>
76 template <
typename EndTimeT = HoursOfOperationTimeSlice>
78 m_endTimeHasBeenSet =
true;
79 m_endTime = std::forward<EndTimeT>(value);
81 template <
typename EndTimeT = HoursOfOperationTimeSlice>
90 HoursOfOperationTimeSlice m_startTime;
92 HoursOfOperationTimeSlice m_endTime;
93 bool m_dayHasBeenSet =
false;
94 bool m_startTimeHasBeenSet =
false;
95 bool m_endTimeHasBeenSet =
false;
void SetDay(HoursOfOperationDays value)
HoursOfOperationConfig & WithEndTime(EndTimeT &&value)
void SetStartTime(StartTimeT &&value)
AWS_CONNECT_API HoursOfOperationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const HoursOfOperationTimeSlice & GetStartTime() const
HoursOfOperationConfig & WithDay(HoursOfOperationDays value)
HoursOfOperationDays GetDay() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API HoursOfOperationConfig()=default
AWS_CONNECT_API HoursOfOperationConfig(Aws::Utils::Json::JsonView jsonValue)
bool StartTimeHasBeenSet() const
void SetEndTime(EndTimeT &&value)
const HoursOfOperationTimeSlice & GetEndTime() const
bool DayHasBeenSet() const
HoursOfOperationConfig & WithStartTime(StartTimeT &&value)
bool EndTimeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue