68 inline void SetClusterSubnetGroupName(
const char* value) { m_clusterSubnetGroupNameHasBeenSet =
true; m_clusterSubnetGroupName.assign(value); }
109 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
150 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
196 inline void SetSubnetGroupStatus(
const char* value) { m_subnetGroupStatusHasBeenSet =
true; m_subnetGroupStatus.assign(value); }
301 bool m_clusterSubnetGroupNameHasBeenSet =
false;
304 bool m_descriptionHasBeenSet =
false;
307 bool m_vpcIdHasBeenSet =
false;
310 bool m_subnetGroupStatusHasBeenSet =
false;
313 bool m_subnetsHasBeenSet =
false;
316 bool m_tagsHasBeenSet =
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)
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)
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)
void SetTags(const Aws::Vector< Tag > &value)
const Aws::String & GetVpcId() const
ClusterSubnetGroup & WithSubnets(const Aws::Vector< Subnet > &value)
ClusterSubnetGroup & WithClusterSubnetGroupName(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetTags(Aws::Vector< Tag > &&value)
ClusterSubnetGroup & AddTags(const Tag &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)
ClusterSubnetGroup & WithVpcId(const char *value)
void SetClusterSubnetGroupName(const Aws::String &value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
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