7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename CountryCodeT = Aws::String>
47 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
48 template<
typename CountryCodeT = Aws::String>
58 template<
typename CountryNameT = Aws::String>
59 void SetCountryName(CountryNameT&& value) { m_countryNameHasBeenSet =
true; m_countryName = std::forward<CountryNameT>(value); }
60 template<
typename CountryNameT = Aws::String>
66 bool m_countryCodeHasBeenSet =
false;
69 bool m_countryNameHasBeenSet =
false;
Country & WithCountryCode(CountryCodeT &&value)
AWS_SECURITYHUB_API Country(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCountryName(CountryNameT &&value)
void SetCountryCode(CountryCodeT &&value)
AWS_SECURITYHUB_API Country()=default
const Aws::String & GetCountryName() const
const Aws::String & GetCountryCode() const
AWS_SECURITYHUB_API Country & operator=(Aws::Utils::Json::JsonView jsonValue)
Country & WithCountryName(CountryNameT &&value)
bool CountryNameHasBeenSet() const
bool CountryCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue