7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CountryCodeT = Aws::String>
48 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
49 template<
typename CountryCodeT = Aws::String>
59 template<
typename CountryNameT = Aws::String>
60 void SetCountryName(CountryNameT&& value) { m_countryNameHasBeenSet =
true; m_countryName = std::forward<CountryNameT>(value); }
61 template<
typename CountryNameT = Aws::String>
67 bool m_countryCodeHasBeenSet =
false;
70 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