7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-places/GeoPlaces_EXPORTS.h>
41 template <
typename Code2T = Aws::String>
43 m_code2HasBeenSet =
true;
44 m_code2 = std::forward<Code2T>(value);
46 template <
typename Code2T = Aws::String>
48 SetCode2(std::forward<Code2T>(value));
59 template <
typename Code3T = Aws::String>
61 m_code3HasBeenSet =
true;
62 m_code3 = std::forward<Code3T>(value);
64 template <
typename Code3T = Aws::String>
66 SetCode3(std::forward<Code3T>(value));
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
94 bool m_code2HasBeenSet =
false;
95 bool m_code3HasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
Country & WithCode2(Code2T &&value)
AWS_GEOPLACES_API Country()=default
void SetCode2(Code2T &&value)
const Aws::String & GetCode2() const
AWS_GEOPLACES_API Country & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOPLACES_API Country(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
void SetCode3(Code3T &&value)
bool Code3HasBeenSet() const
AWS_GEOPLACES_API Aws::Utils::Json::JsonValue Jsonize() const
bool Code2HasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetCode3() const
Country & WithCode3(Code3T &&value)
const Aws::String & GetName() const
Country & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue