7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/redshift/model/Tag.h>
55 template<
typename ClusterSubnetGroupNameT = Aws::String>
56 void SetClusterSubnetGroupName(ClusterSubnetGroupNameT&& value) { m_clusterSubnetGroupNameHasBeenSet =
true; m_clusterSubnetGroupName = std::forward<ClusterSubnetGroupNameT>(value); }
57 template<
typename ClusterSubnetGroupNameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
80 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
82 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
84 template<
typename SubnetIdsT = Aws::String>
94 template<
typename TagsT = Aws::Vector<Tag>>
95 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
96 template<
typename TagsT = Aws::Vector<Tag>>
98 template<
typename TagsT = Tag>
104 bool m_clusterSubnetGroupNameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_subnetIdsHasBeenSet =
false;
113 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