7#include <aws/geo-places/GeoPlaces_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename Code2T = Aws::String>
48 void SetCode2(Code2T&& value) { m_code2HasBeenSet =
true; m_code2 = std::forward<Code2T>(value); }
49 template<
typename Code2T = Aws::String>
59 template<
typename Code3T = Aws::String>
60 void SetCode3(Code3T&& value) { m_code3HasBeenSet =
true; m_code3 = std::forward<Code3T>(value); }
61 template<
typename Code3T = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
79 bool m_code2HasBeenSet =
false;
82 bool m_code3HasBeenSet =
false;
85 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