7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_SECURITYHUB_API
City() =
default;
46 template<
typename CityNameT = Aws::String>
47 void SetCityName(CityNameT&& value) { m_cityNameHasBeenSet =
true; m_cityName = std::forward<CityNameT>(value); }
48 template<
typename CityNameT = Aws::String>
54 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