7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ZoneNameT = Aws::String>
47 void SetZoneName(ZoneNameT&& value) { m_zoneNameHasBeenSet =
true; m_zoneName = std::forward<ZoneNameT>(value); }
48 template<
typename ZoneNameT = Aws::String>
58 template<
typename SubnetIdT = Aws::String>
59 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
60 template<
typename SubnetIdT = Aws::String>
66 bool m_zoneNameHasBeenSet =
false;
69 bool m_subnetIdHasBeenSet =
false;
void SetSubnetId(SubnetIdT &&value)
void SetZoneName(ZoneNameT &&value)
bool SubnetIdHasBeenSet() const
AvailabilityZone & WithSubnetId(SubnetIdT &&value)
AWS_SECURITYHUB_API AvailabilityZone()=default
AWS_SECURITYHUB_API AvailabilityZone(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AvailabilityZone & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetZoneName() const
bool ZoneNameHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AvailabilityZone & WithZoneName(ZoneNameT &&value)
const Aws::String & GetSubnetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue