7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename CountryCodeT = Aws::String>
43 m_countryCodeHasBeenSet =
true;
44 m_countryCode = std::forward<CountryCodeT>(value);
46 template <
typename CountryCodeT = Aws::String>
59 template <
typename CountryNameT = Aws::String>
61 m_countryNameHasBeenSet =
true;
62 m_countryName = std::forward<CountryNameT>(value);
64 template <
typename CountryNameT = Aws::String>
74 bool m_countryCodeHasBeenSet =
false;
75 bool m_countryNameHasBeenSet =
false;
Country & WithCountryName(CountryNameT &&value)
AWS_GUARDDUTY_API Country & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCountryCode(CountryCodeT &&value)
AWS_GUARDDUTY_API Country()=default
AWS_GUARDDUTY_API Country(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCountryName() const
bool CountryNameHasBeenSet() const
bool CountryCodeHasBeenSet() const
const Aws::String & GetCountryCode() const
void SetCountryName(CountryNameT &&value)
Country & WithCountryCode(CountryCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue