7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename OpenTimeT = Aws::String>
48 void SetOpenTime(OpenTimeT&& value) { m_openTimeHasBeenSet =
true; m_openTime = std::forward<OpenTimeT>(value); }
49 template<
typename OpenTimeT = Aws::String>
60 template<
typename OpenDurationT = Aws::String>
61 void SetOpenDuration(OpenDurationT&& value) { m_openDurationHasBeenSet =
true; m_openDuration = std::forward<OpenDurationT>(value); }
62 template<
typename OpenDurationT = Aws::String>
73 template<
typename RecurrenceT = Aws::String>
74 void SetRecurrence(RecurrenceT&& value) { m_recurrenceHasBeenSet =
true; m_recurrence = std::forward<RecurrenceT>(value); }
75 template<
typename RecurrenceT = Aws::String>
81 bool m_openTimeHasBeenSet =
false;
84 bool m_openDurationHasBeenSet =
false;
87 bool m_recurrenceHasBeenSet =
false;
OpeningHoursComponents & WithRecurrence(RecurrenceT &&value)
AWS_GEOPLACES_API OpeningHoursComponents(Aws::Utils::Json::JsonView jsonValue)
bool RecurrenceHasBeenSet() const
void SetOpenDuration(OpenDurationT &&value)
bool OpenDurationHasBeenSet() const
bool OpenTimeHasBeenSet() const
AWS_GEOPLACES_API OpeningHoursComponents()=default
void SetRecurrence(RecurrenceT &&value)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
OpeningHoursComponents & WithOpenTime(OpenTimeT &&value)
OpeningHoursComponents & WithOpenDuration(OpenDurationT &&value)
void SetOpenTime(OpenTimeT &&value)
const Aws::String & GetRecurrence() const
AWS_GEOPLACES_API OpeningHoursComponents & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOpenDuration() const
const Aws::String & GetOpenTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue