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 ClusterSecurityGroupNameT = Aws::String>
53 m_clusterSecurityGroupNameHasBeenSet =
true;
54 m_clusterSecurityGroupName = std::forward<ClusterSecurityGroupNameT>(value);
56 template <
typename ClusterSecurityGroupNameT = 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>
87 template <
typename TagsT = Aws::Vector<Tag>>
89 m_tagsHasBeenSet =
true;
90 m_tags = std::forward<TagsT>(value);
92 template <
typename TagsT = Aws::Vector<Tag>>
94 SetTags(std::forward<TagsT>(value));
97 template <
typename TagsT = Tag>
99 m_tagsHasBeenSet =
true;
100 m_tags.emplace_back(std::forward<TagsT>(value));
110 bool m_clusterSecurityGroupNameHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
112 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
CreateClusterSecurityGroupRequest & WithClusterSecurityGroupName(ClusterSecurityGroupNameT &&value)
CreateClusterSecurityGroupRequest & WithDescription(DescriptionT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const Aws::String & GetClusterSecurityGroupName() const
CreateClusterSecurityGroupRequest & AddTags(TagsT &&value)
void SetClusterSecurityGroupName(ClusterSecurityGroupNameT &&value)
bool ClusterSecurityGroupNameHasBeenSet() const
CreateClusterSecurityGroupRequest & WithTags(TagsT &&value)
AWS_REDSHIFT_API CreateClusterSecurityGroupRequest()=default
bool TagsHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector