7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
10#include <aws/rds/model/AvailabilityZone.h>
11#include <aws/rds/model/Outpost.h>
45 template <
typename SubnetIdentifierT = Aws::String>
47 m_subnetIdentifierHasBeenSet =
true;
48 m_subnetIdentifier = std::forward<SubnetIdentifierT>(value);
50 template <
typename SubnetIdentifierT = Aws::String>
61 template <
typename SubnetAvailabilityZoneT = AvailabilityZone>
63 m_subnetAvailabilityZoneHasBeenSet =
true;
64 m_subnetAvailabilityZone = std::forward<SubnetAvailabilityZoneT>(value);
66 template <
typename SubnetAvailabilityZoneT = AvailabilityZone>
83 template <
typename SubnetOutpostT = Outpost>
85 m_subnetOutpostHasBeenSet =
true;
86 m_subnetOutpost = std::forward<SubnetOutpostT>(value);
88 template <
typename SubnetOutpostT = Outpost>
101 template <
typename SubnetStatusT = Aws::String>
103 m_subnetStatusHasBeenSet =
true;
104 m_subnetStatus = std::forward<SubnetStatusT>(value);
106 template <
typename SubnetStatusT = Aws::String>
120 bool m_subnetIdentifierHasBeenSet =
false;
121 bool m_subnetAvailabilityZoneHasBeenSet =
false;
122 bool m_subnetOutpostHasBeenSet =
false;
123 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