7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename OffsetT = Aws::String>
59 void SetOffset(OffsetT&& value) { m_offsetHasBeenSet =
true; m_offset = std::forward<OffsetT>(value); }
60 template<
typename OffsetT = Aws::String>
70 inline void SetOffsetSeconds(
long long value) { m_offsetSecondsHasBeenSet =
true; m_offsetSeconds = value; }
76 bool m_nameHasBeenSet =
false;
79 bool m_offsetHasBeenSet =
false;
81 long long m_offsetSeconds{0};
82 bool m_offsetSecondsHasBeenSet =
false;
bool OffsetSecondsHasBeenSet() const
bool OffsetHasBeenSet() const
TimeZone & WithOffsetSeconds(long long value)
AWS_GEOPLACES_API TimeZone(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API TimeZone()=default
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOPLACES_API TimeZone & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeZone & WithOffset(OffsetT &&value)
const Aws::String & GetOffset() const
TimeZone & WithName(NameT &&value)
void SetOffset(OffsetT &&value)
void SetName(NameT &&value)
void SetOffsetSeconds(long long value)
long long GetOffsetSeconds() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue