7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
72 bool m_nameHasBeenSet =
false;
75 bool m_idHasBeenSet =
false;
void SetName(NameT &&value)
BusinessChain & WithId(IdT &&value)
BusinessChain & WithName(NameT &&value)
AWS_GEOPLACES_API BusinessChain & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API BusinessChain(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
AWS_GEOPLACES_API BusinessChain()=default
bool IdHasBeenSet() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
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