7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename CountryCodeT = Aws::String>
42 m_countryCodeHasBeenSet =
true;
43 m_countryCode = std::forward<CountryCodeT>(value);
45 template <
typename CountryCodeT = Aws::String>
58 template <
typename CountryNameT = Aws::String>
60 m_countryNameHasBeenSet =
true;
61 m_countryName = std::forward<CountryNameT>(value);
63 template <
typename CountryNameT = Aws::String>
73 bool m_countryCodeHasBeenSet =
false;
74 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