7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename LocalizedNameT = Aws::String>
78 m_localizedNameHasBeenSet =
true;
79 m_localizedName = std::forward<LocalizedNameT>(value);
81 template <
typename LocalizedNameT = Aws::String>
96 m_primaryHasBeenSet =
true;
106 bool m_idHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_localizedNameHasBeenSet =
false;
114 bool m_primary{
false};
115 bool m_primaryHasBeenSet =
false;
AWS_GEOPLACES_API Category()=default
Category & WithId(IdT &&value)
void SetPrimary(bool value)
bool LocalizedNameHasBeenSet() const
AWS_GEOPLACES_API Category & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_GEOPLACES_API Category(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool PrimaryHasBeenSet() const
const Aws::String & GetId() const
Category & WithPrimary(bool value)
bool IdHasBeenSet() const
const Aws::String & GetLocalizedName() const
Category & WithName(NameT &&value)
Category & WithLocalizedName(LocalizedNameT &&value)
void SetLocalizedName(LocalizedNameT &&value)
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue