7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/Subnet.h>
54 inline void SetDBSubnetGroupName(
const char* value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName.assign(value); }
68 inline void SetDBSubnetGroupDescription(
const char* value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription.assign(value); }
82 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
96 inline void SetSubnetGroupStatus(
const char* value) { m_subnetGroupStatusHasBeenSet =
true; m_subnetGroupStatus.assign(value); }
124 inline void SetDBSubnetGroupArn(
const char* value) { m_dBSubnetGroupArnHasBeenSet =
true; m_dBSubnetGroupArn.assign(value); }
132 bool m_dBSubnetGroupNameHasBeenSet =
false;
135 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
138 bool m_vpcIdHasBeenSet =
false;
141 bool m_subnetGroupStatusHasBeenSet =
false;
144 bool m_subnetsHasBeenSet =
false;
147 bool m_dBSubnetGroupArnHasBeenSet =
false;
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBSubnetGroup & WithSubnetGroupStatus(const char *value)
AWS_NEPTUNE_API DBSubnetGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDBSubnetGroupName(const char *value)
DBSubnetGroup & WithDBSubnetGroupName(const Aws::String &value)
DBSubnetGroup & WithVpcId(const char *value)
void SetSubnets(const Aws::Vector< Subnet > &value)
void SetVpcId(const char *value)
const Aws::String & GetDBSubnetGroupName() const
void SetDBSubnetGroupName(Aws::String &&value)
DBSubnetGroup & WithDBSubnetGroupDescription(Aws::String &&value)
void SetDBSubnetGroupDescription(const char *value)
void SetVpcId(Aws::String &&value)
void SetSubnetGroupStatus(const char *value)
DBSubnetGroup & WithDBSubnetGroupArn(Aws::String &&value)
DBSubnetGroup & WithDBSubnetGroupArn(const char *value)
const Aws::String & GetSubnetGroupStatus() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBSubnetGroup & WithDBSubnetGroupName(const char *value)
const Aws::String & GetDBSubnetGroupDescription() const
DBSubnetGroup & WithSubnetGroupStatus(const Aws::String &value)
bool SubnetsHasBeenSet() const
DBSubnetGroup & WithDBSubnetGroupDescription(const Aws::String &value)
bool DBSubnetGroupNameHasBeenSet() const
const Aws::String & GetDBSubnetGroupArn() const
void SetDBSubnetGroupDescription(const Aws::String &value)
void SetDBSubnetGroupArn(Aws::String &&value)
DBSubnetGroup & WithDBSubnetGroupName(Aws::String &&value)
DBSubnetGroup & WithVpcId(const Aws::String &value)
void SetDBSubnetGroupArn(const char *value)
DBSubnetGroup & AddSubnets(Subnet &&value)
void SetVpcId(const Aws::String &value)
bool DBSubnetGroupDescriptionHasBeenSet() const
void SetSubnetGroupStatus(const Aws::String &value)
bool VpcIdHasBeenSet() const
const Aws::Vector< Subnet > & GetSubnets() const
DBSubnetGroup & WithDBSubnetGroupDescription(const char *value)
DBSubnetGroup & WithSubnets(Aws::Vector< Subnet > &&value)
const Aws::String & GetVpcId() const
bool SubnetGroupStatusHasBeenSet() const
void SetSubnets(Aws::Vector< Subnet > &&value)
DBSubnetGroup & WithSubnetGroupStatus(Aws::String &&value)
DBSubnetGroup & AddSubnets(const Subnet &value)
AWS_NEPTUNE_API DBSubnetGroup()
DBSubnetGroup & WithSubnets(const Aws::Vector< Subnet > &value)
DBSubnetGroup & WithDBSubnetGroupArn(const Aws::String &value)
DBSubnetGroup & WithVpcId(Aws::String &&value)
void SetDBSubnetGroupName(const Aws::String &value)
void SetDBSubnetGroupDescription(Aws::String &&value)
bool DBSubnetGroupArnHasBeenSet() const
AWS_NEPTUNE_API DBSubnetGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSubnetGroupStatus(Aws::String &&value)
void SetDBSubnetGroupArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream