7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rds/model/AvailabilityZone.h>
11#include <aws/rds/model/Outpost.h>
51 template<
typename SubnetIdentifierT = Aws::String>
52 void SetSubnetIdentifier(SubnetIdentifierT&& value) { m_subnetIdentifierHasBeenSet =
true; m_subnetIdentifier = std::forward<SubnetIdentifierT>(value); }
53 template<
typename SubnetIdentifierT = Aws::String>
61 template<
typename SubnetAvailabilityZoneT = AvailabilityZone>
62 void SetSubnetAvailabilityZone(SubnetAvailabilityZoneT&& value) { m_subnetAvailabilityZoneHasBeenSet =
true; m_subnetAvailabilityZone = std::forward<SubnetAvailabilityZoneT>(value); }
63 template<
typename SubnetAvailabilityZoneT = AvailabilityZone>
77 template<
typename SubnetOutpostT = Outpost>
78 void SetSubnetOutpost(SubnetOutpostT&& value) { m_subnetOutpostHasBeenSet =
true; m_subnetOutpost = std::forward<SubnetOutpostT>(value); }
79 template<
typename SubnetOutpostT = Outpost>
89 template<
typename SubnetStatusT = Aws::String>
90 void SetSubnetStatus(SubnetStatusT&& value) { m_subnetStatusHasBeenSet =
true; m_subnetStatus = std::forward<SubnetStatusT>(value); }
91 template<
typename SubnetStatusT = Aws::String>
97 bool m_subnetIdentifierHasBeenSet =
false;
100 bool m_subnetAvailabilityZoneHasBeenSet =
false;
103 bool m_subnetOutpostHasBeenSet =
false;
106 bool m_subnetStatusHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetSubnetIdentifier() const
void SetSubnetIdentifier(SubnetIdentifierT &&value)
const AvailabilityZone & GetSubnetAvailabilityZone() const
Subnet & WithSubnetAvailabilityZone(SubnetAvailabilityZoneT &&value)
const Outpost & GetSubnetOutpost() const
const Aws::String & GetSubnetStatus() const
Subnet & WithSubnetOutpost(SubnetOutpostT &&value)
AWS_RDS_API Subnet(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool SubnetOutpostHasBeenSet() const
bool SubnetStatusHasBeenSet() const
AWS_RDS_API Subnet & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Subnet & WithSubnetIdentifier(SubnetIdentifierT &&value)
AWS_RDS_API Subnet()=default
void SetSubnetOutpost(SubnetOutpostT &&value)
bool SubnetIdentifierHasBeenSet() const
Subnet & WithSubnetStatus(SubnetStatusT &&value)
void SetSubnetAvailabilityZone(SubnetAvailabilityZoneT &&value)
void SetSubnetStatus(SubnetStatusT &&value)
bool SubnetAvailabilityZoneHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream