7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
9#include <aws/geo-places/model/TypePlacement.h>
42 template <
typename BaseNameT = Aws::String>
44 m_baseNameHasBeenSet =
true;
45 m_baseName = std::forward<BaseNameT>(value);
47 template <
typename BaseNameT = Aws::String>
61 template <
typename TypeT = Aws::String>
63 m_typeHasBeenSet =
true;
64 m_type = std::forward<TypeT>(value);
66 template <
typename TypeT = Aws::String>
68 SetType(std::forward<TypeT>(value));
80 m_typePlacementHasBeenSet =
true;
81 m_typePlacement = value;
96 template <
typename TypeSeparatorT = Aws::String>
98 m_typeSeparatorHasBeenSet =
true;
99 m_typeSeparator = std::forward<TypeSeparatorT>(value);
101 template <
typename TypeSeparatorT = Aws::String>
115 template <
typename PrefixT = Aws::String>
117 m_prefixHasBeenSet =
true;
118 m_prefix = std::forward<PrefixT>(value);
120 template <
typename PrefixT = Aws::String>
134 template <
typename SuffixT = Aws::String>
136 m_suffixHasBeenSet =
true;
137 m_suffix = std::forward<SuffixT>(value);
139 template <
typename SuffixT = Aws::String>
152 template <
typename DirectionT = Aws::String>
154 m_directionHasBeenSet =
true;
155 m_direction = std::forward<DirectionT>(value);
157 template <
typename DirectionT = Aws::String>
173 template <
typename LanguageT = Aws::String>
175 m_languageHasBeenSet =
true;
176 m_language = std::forward<LanguageT>(value);
178 template <
typename LanguageT = Aws::String>
200 bool m_baseNameHasBeenSet =
false;
201 bool m_typeHasBeenSet =
false;
202 bool m_typePlacementHasBeenSet =
false;
203 bool m_typeSeparatorHasBeenSet =
false;
204 bool m_prefixHasBeenSet =
false;
205 bool m_suffixHasBeenSet =
false;
206 bool m_directionHasBeenSet =
false;
207 bool m_languageHasBeenSet =
false;
void SetType(TypeT &&value)
StreetComponents & WithType(TypeT &&value)
AWS_GEOPLACES_API StreetComponents & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTypePlacement(TypePlacement value)
const Aws::String & GetPrefix() const
void SetLanguage(LanguageT &&value)
StreetComponents & WithTypeSeparator(TypeSeparatorT &&value)
StreetComponents & WithBaseName(BaseNameT &&value)
void SetTypeSeparator(TypeSeparatorT &&value)
const Aws::String & GetType() const
StreetComponents & WithSuffix(SuffixT &&value)
void SetBaseName(BaseNameT &&value)
StreetComponents & WithDirection(DirectionT &&value)
bool DirectionHasBeenSet() const
bool BaseNameHasBeenSet() const
const Aws::String & GetTypeSeparator() const
void SetPrefix(PrefixT &&value)
bool LanguageHasBeenSet() const
StreetComponents & WithLanguage(LanguageT &&value)
const Aws::String & GetBaseName() const
AWS_GEOPLACES_API StreetComponents()=default
bool TypeHasBeenSet() const
bool TypeSeparatorHasBeenSet() const
const Aws::String & GetSuffix() const
bool TypePlacementHasBeenSet() const
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDirection(DirectionT &&value)
void SetSuffix(SuffixT &&value)
StreetComponents & WithTypePlacement(TypePlacement value)
TypePlacement GetTypePlacement() const
bool SuffixHasBeenSet() const
const Aws::String & GetDirection() const
const Aws::String & GetLanguage() const
StreetComponents & WithPrefix(PrefixT &&value)
AWS_GEOPLACES_API StreetComponents(Aws::Utils::Json::JsonView jsonValue)
bool PrefixHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue