7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename CountryT = Aws::String>
43 m_countryHasBeenSet =
true;
44 m_country = std::forward<CountryT>(value);
46 template <
typename CountryT = Aws::String>
59 template <
typename StateT = Aws::String>
61 m_stateHasBeenSet =
true;
62 m_state = std::forward<StateT>(value);
64 template <
typename StateT = Aws::String>
66 SetState(std::forward<StateT>(value));
77 template <
typename CountyT = Aws::String>
79 m_countyHasBeenSet =
true;
80 m_county = std::forward<CountyT>(value);
82 template <
typename CountyT = Aws::String>
95 template <
typename CityT = Aws::String>
97 m_cityHasBeenSet =
true;
98 m_city = std::forward<CityT>(value);
100 template <
typename CityT = Aws::String>
102 SetCity(std::forward<CityT>(value));
113 template <
typename PostCodeT = Aws::String>
115 m_postCodeHasBeenSet =
true;
116 m_postCode = std::forward<PostCodeT>(value);
118 template <
typename PostCodeT = Aws::String>
134 bool m_countryHasBeenSet =
false;
135 bool m_stateHasBeenSet =
false;
136 bool m_countyHasBeenSet =
false;
137 bool m_cityHasBeenSet =
false;
138 bool m_postCodeHasBeenSet =
false;
bool CountryHasBeenSet() const
bool PostCodeHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GeocoderHierarchy & WithCountry(CountryT &&value)
GeocoderHierarchy & WithPostCode(PostCodeT &&value)
AWS_QUICKSIGHT_API GeocoderHierarchy & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CountyHasBeenSet() const
GeocoderHierarchy & WithState(StateT &&value)
const Aws::String & GetCountry() const
void SetCountry(CountryT &&value)
void SetPostCode(PostCodeT &&value)
bool CityHasBeenSet() const
bool StateHasBeenSet() const
const Aws::String & GetPostCode() const
GeocoderHierarchy & WithCity(CityT &&value)
const Aws::String & GetState() const
GeocoderHierarchy & WithCounty(CountyT &&value)
void SetState(StateT &&value)
void SetCounty(CountyT &&value)
const Aws::String & GetCity() const
void SetCity(CityT &&value)
AWS_QUICKSIGHT_API GeocoderHierarchy()=default
AWS_QUICKSIGHT_API GeocoderHierarchy(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCounty() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue