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 ParameterGroupNameT = Aws::String>
53 m_parameterGroupNameHasBeenSet =
true;
54 m_parameterGroupName = std::forward<ParameterGroupNameT>(value);
56 template <
typename ParameterGroupNameT = Aws::String>
77 template <
typename ParameterGroupFamilyT = Aws::String>
79 m_parameterGroupFamilyHasBeenSet =
true;
80 m_parameterGroupFamily = std::forward<ParameterGroupFamilyT>(value);
82 template <
typename ParameterGroupFamilyT = Aws::String>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
113 template <
typename TagsT = Aws::Vector<Tag>>
115 m_tagsHasBeenSet =
true;
116 m_tags = std::forward<TagsT>(value);
118 template <
typename TagsT = Aws::Vector<Tag>>
120 SetTags(std::forward<TagsT>(value));
123 template <
typename TagsT = Tag>
125 m_tagsHasBeenSet =
true;
126 m_tags.emplace_back(std::forward<TagsT>(value));
138 bool m_parameterGroupNameHasBeenSet =
false;
139 bool m_parameterGroupFamilyHasBeenSet =
false;
140 bool m_descriptionHasBeenSet =
false;
141 bool m_tagsHasBeenSet =
false;
AWS_REDSHIFT_API CreateClusterParameterGroupRequest()=default
const Aws::String & GetDescription() const
void SetParameterGroupName(ParameterGroupNameT &&value)
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetParameterGroupFamily(ParameterGroupFamilyT &&value)
const Aws::String & GetParameterGroupName() const
CreateClusterParameterGroupRequest & WithParameterGroupName(ParameterGroupNameT &&value)
bool ParameterGroupFamilyHasBeenSet() const
const Aws::String & GetParameterGroupFamily() const
virtual const char * GetServiceRequestName() const override
CreateClusterParameterGroupRequest & WithDescription(DescriptionT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
bool ParameterGroupNameHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool TagsHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateClusterParameterGroupRequest & WithParameterGroupFamily(ParameterGroupFamilyT &&value)
CreateClusterParameterGroupRequest & AddTags(TagsT &&value)
CreateClusterParameterGroupRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector