7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
41 template <
typename OpenTimeT = Aws::String>
43 m_openTimeHasBeenSet =
true;
44 m_openTime = std::forward<OpenTimeT>(value);
46 template <
typename OpenTimeT = Aws::String>
60 template <
typename OpenDurationT = Aws::String>
62 m_openDurationHasBeenSet =
true;
63 m_openDuration = std::forward<OpenDurationT>(value);
65 template <
typename OpenDurationT = Aws::String>
79 template <
typename RecurrenceT = Aws::String>
81 m_recurrenceHasBeenSet =
true;
82 m_recurrence = std::forward<RecurrenceT>(value);
84 template <
typename RecurrenceT = Aws::String>
96 bool m_openTimeHasBeenSet =
false;
97 bool m_openDurationHasBeenSet =
false;
98 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