7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/Tag.h>
51 template <
typename ClusterSubnetGroupNameT = Aws::String>
53 m_clusterSubnetGroupNameHasBeenSet =
true;
54 m_clusterSubnetGroupName = std::forward<ClusterSubnetGroupNameT>(value);
56 template <
typename ClusterSubnetGroupNameT = Aws::String>
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
88 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
90 m_subnetIdsHasBeenSet =
true;
91 m_subnetIds = std::forward<SubnetIdsT>(value);
93 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
98 template <
typename SubnetIdsT = Aws::String>
100 m_subnetIdsHasBeenSet =
true;
101 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
112 template <
typename TagsT = Aws::Vector<Tag>>
114 m_tagsHasBeenSet =
true;
115 m_tags = std::forward<TagsT>(value);
117 template <
typename TagsT = Aws::Vector<Tag>>
119 SetTags(std::forward<TagsT>(value));
122 template <
typename TagsT = Tag>
124 m_tagsHasBeenSet =
true;
125 m_tags.emplace_back(std::forward<TagsT>(value));
137 bool m_clusterSubnetGroupNameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_subnetIdsHasBeenSet =
false;
140 bool m_tagsHasBeenSet =
false;
bool ClusterSubnetGroupNameHasBeenSet() const
CreateClusterSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
CreateClusterSubnetGroupRequest & WithClusterSubnetGroupName(ClusterSubnetGroupNameT &&value)
const Aws::String & GetDescription() const
AWS_REDSHIFT_API CreateClusterSubnetGroupRequest()=default
const Aws::Vector< Tag > & GetTags() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
CreateClusterSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
const Aws::String & GetClusterSubnetGroupName() const
CreateClusterSubnetGroupRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTags(TagsT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
void SetSubnetIds(SubnetIdsT &&value)
bool DescriptionHasBeenSet() const
CreateClusterSubnetGroupRequest & AddTags(TagsT &&value)
CreateClusterSubnetGroupRequest & WithDescription(DescriptionT &&value)
void SetClusterSubnetGroupName(ClusterSubnetGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector