7#include <aws/redshift/Redshift_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/redshift/model/Subnet.h>
12#include <aws/redshift/model/Tag.h>
53 inline void SetClusterSubnetGroupName(
const char* value) { m_clusterSubnetGroupNameHasBeenSet =
true; m_clusterSubnetGroupName.assign(value); }
67 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
81 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); }
148 bool m_clusterSubnetGroupNameHasBeenSet =
false;
151 bool m_descriptionHasBeenSet =
false;
154 bool m_vpcIdHasBeenSet =
false;
157 bool m_subnetGroupStatusHasBeenSet =
false;
160 bool m_subnetsHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
166 bool m_supportedClusterIpAddressTypesHasBeenSet =
false;
void SetVpcId(Aws::String &&value)
ClusterSubnetGroup & WithSubnetGroupStatus(const Aws::String &value)
void SetSubnetGroupStatus(const char *value)
ClusterSubnetGroup & WithTags(const Aws::Vector< Tag > &value)
void SetSubnets(const Aws::Vector< Subnet > &value)
ClusterSubnetGroup & WithVpcId(const Aws::String &value)
bool SubnetsHasBeenSet() const
void SetVpcId(const Aws::String &value)
ClusterSubnetGroup & WithSupportedClusterIpAddressTypes(Aws::Vector< Aws::String > &&value)
bool TagsHasBeenSet() const
void SetClusterSubnetGroupName(const char *value)
void SetVpcId(const char *value)
bool VpcIdHasBeenSet() const
AWS_REDSHIFT_API ClusterSubnetGroup()
void SetSubnetGroupStatus(const Aws::String &value)
const Aws::Vector< Aws::String > & GetSupportedClusterIpAddressTypes() const
ClusterSubnetGroup & AddTags(Tag &&value)
ClusterSubnetGroup & WithSubnetGroupStatus(Aws::String &&value)
ClusterSubnetGroup & WithDescription(Aws::String &&value)
const Aws::String & GetClusterSubnetGroupName() const
bool SubnetGroupStatusHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
ClusterSubnetGroup & WithVpcId(Aws::String &&value)
ClusterSubnetGroup & AddSupportedClusterIpAddressTypes(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetVpcId() const
bool SupportedClusterIpAddressTypesHasBeenSet() const
ClusterSubnetGroup & WithSubnets(const Aws::Vector< Subnet > &value)
ClusterSubnetGroup & WithClusterSubnetGroupName(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetSupportedClusterIpAddressTypes(const Aws::Vector< Aws::String > &value)
void SetTags(Aws::Vector< Tag > &&value)
ClusterSubnetGroup & AddSupportedClusterIpAddressTypes(const Aws::String &value)
ClusterSubnetGroup & AddTags(const Tag &value)
ClusterSubnetGroup & WithSupportedClusterIpAddressTypes(const Aws::Vector< Aws::String > &value)
ClusterSubnetGroup & WithDescription(const char *value)
ClusterSubnetGroup & WithDescription(const Aws::String &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetSubnets(Aws::Vector< Subnet > &&value)
void SetSubnetGroupStatus(Aws::String &&value)
AWS_REDSHIFT_API ClusterSubnetGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ClusterSubnetGroup & WithSubnetGroupStatus(const char *value)
void SetSupportedClusterIpAddressTypes(Aws::Vector< Aws::String > &&value)
ClusterSubnetGroup & WithVpcId(const char *value)
void SetClusterSubnetGroupName(const Aws::String &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ClusterSubnetGroup & AddSupportedClusterIpAddressTypes(const char *value)
void SetDescription(const Aws::String &value)
AWS_REDSHIFT_API ClusterSubnetGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(Aws::String &&value)
bool ClusterSubnetGroupNameHasBeenSet() const
ClusterSubnetGroup & WithClusterSubnetGroupName(const Aws::String &value)
ClusterSubnetGroup & WithClusterSubnetGroupName(const char *value)
void SetClusterSubnetGroupName(Aws::String &&value)
ClusterSubnetGroup & WithSubnets(Aws::Vector< Subnet > &&value)
ClusterSubnetGroup & AddSubnets(const Subnet &value)
ClusterSubnetGroup & AddSubnets(Subnet &&value)
ClusterSubnetGroup & WithTags(Aws::Vector< Tag > &&value)
const Aws::String & GetDescription() const
void SetDescription(const char *value)
const Aws::Vector< Subnet > & GetSubnets() const
const Aws::String & GetSubnetGroupStatus() const
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