7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/pinpoint/Pinpoint_EXPORTS.h>
41 template <
typename StartTimeT = Aws::String>
43 m_startTimeHasBeenSet =
true;
44 m_startTime = std::forward<StartTimeT>(value);
46 template <
typename StartTimeT = Aws::String>
60 template <
typename EndTimeT = Aws::String>
62 m_endTimeHasBeenSet =
true;
63 m_endTime = std::forward<EndTimeT>(value);
65 template <
typename EndTimeT = Aws::String>
73 bool m_startTimeHasBeenSet =
false;
76 bool m_endTimeHasBeenSet =
false;
void SetEndTime(EndTimeT &&value)
OpenHoursRule & WithStartTime(StartTimeT &&value)
bool EndTimeHasBeenSet() const
AWS_PINPOINT_API OpenHoursRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PINPOINT_API OpenHoursRule(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndTime() const
const Aws::String & GetStartTime() const
AWS_PINPOINT_API OpenHoursRule()=default
void SetStartTime(StartTimeT &&value)
bool StartTimeHasBeenSet() const
OpenHoursRule & WithEndTime(EndTimeT &&value)
AWS_PINPOINT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue