7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
29 AWS_SECURITYHUB_API
City() =
default;
40 template <
typename CityNameT = Aws::String>
42 m_cityNameHasBeenSet =
true;
43 m_cityName = std::forward<CityNameT>(value);
45 template <
typename CityNameT = Aws::String>
53 bool m_cityNameHasBeenSet =
false;
bool CityNameHasBeenSet() const
AWS_SECURITYHUB_API City & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
City & WithCityName(CityNameT &&value)
AWS_SECURITYHUB_API City(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCityName() const
AWS_SECURITYHUB_API City()=default
void SetCityName(CityNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue