7#include <aws/mturk-requester/MTurk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CountryT = Aws::String>
49 void SetCountry(CountryT&& value) { m_countryHasBeenSet =
true; m_country = std::forward<CountryT>(value); }
50 template<
typename CountryT = Aws::String>
61 template<
typename SubdivisionT = Aws::String>
62 void SetSubdivision(SubdivisionT&& value) { m_subdivisionHasBeenSet =
true; m_subdivision = std::forward<SubdivisionT>(value); }
63 template<
typename SubdivisionT = Aws::String>
69 bool m_countryHasBeenSet =
false;
72 bool m_subdivisionHasBeenSet =
false;
Locale & WithSubdivision(SubdivisionT &&value)
const Aws::String & GetSubdivision() const
AWS_MTURK_API Locale(Aws::Utils::Json::JsonView jsonValue)
bool SubdivisionHasBeenSet() const
AWS_MTURK_API Locale()=default
void SetSubdivision(SubdivisionT &&value)
void SetCountry(CountryT &&value)
Locale & WithCountry(CountryT &&value)
bool CountryHasBeenSet() const
AWS_MTURK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MTURK_API Locale & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCountry() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue