7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename ZoneNameT = Aws::String>
42 m_zoneNameHasBeenSet =
true;
43 m_zoneName = std::forward<ZoneNameT>(value);
45 template <
typename ZoneNameT = Aws::String>
58 template <
typename SubnetIdT = Aws::String>
60 m_subnetIdHasBeenSet =
true;
61 m_subnetId = std::forward<SubnetIdT>(value);
63 template <
typename SubnetIdT = Aws::String>
73 bool m_zoneNameHasBeenSet =
false;
74 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