7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NumberT = Aws::String>
48 void SetNumber(NumberT&& value) { m_numberHasBeenSet =
true; m_number = std::forward<NumberT>(value); }
49 template<
typename NumberT = Aws::String>
55 bool m_numberHasBeenSet =
false;
const Aws::String & GetNumber() const
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNumber(NumberT &&value)
AWS_GEOPLACES_API SecondaryAddressComponent(Aws::Utils::Json::JsonView jsonValue)
bool NumberHasBeenSet() const
AWS_GEOPLACES_API SecondaryAddressComponent()=default
SecondaryAddressComponent & WithNumber(NumberT &&value)
AWS_GEOPLACES_API SecondaryAddressComponent & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue