7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace LocationService
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 inline void SetOffset(
int value) { m_offsetHasBeenSet =
true; m_offset = value; }
67 bool m_nameHasBeenSet =
false;
70 bool m_offsetHasBeenSet =
false;
void SetOffset(int value)
TimeZone & WithOffset(int value)
const Aws::String & GetName() const
TimeZone & WithName(NameT &&value)
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
AWS_LOCATIONSERVICE_API TimeZone & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API TimeZone()=default
bool OffsetHasBeenSet() const
AWS_LOCATIONSERVICE_API TimeZone(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue