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 ParameterGroupNameT = Aws::String>
56 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
57 template<
typename ParameterGroupNameT = Aws::String>
75 template<
typename ParameterGroupFamilyT = Aws::String>
76 void SetParameterGroupFamily(ParameterGroupFamilyT&& value) { m_parameterGroupFamilyHasBeenSet =
true; m_parameterGroupFamily = std::forward<ParameterGroupFamilyT>(value); }
77 template<
typename ParameterGroupFamilyT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
99 template<
typename TagsT = Aws::Vector<Tag>>
100 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
101 template<
typename TagsT = Aws::Vector<Tag>>
103 template<
typename TagsT = Tag>
109 bool m_parameterGroupNameHasBeenSet =
false;
112 bool m_parameterGroupFamilyHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 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