7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.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>
50 template<
typename ParameterGroupNameT = Aws::String>
51 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
52 template<
typename ParameterGroupNameT = Aws::String>
63 template<
typename ParameterGroupFamilyT = Aws::String>
64 void SetParameterGroupFamily(ParameterGroupFamilyT&& value) { m_parameterGroupFamilyHasBeenSet =
true; m_parameterGroupFamily = std::forward<ParameterGroupFamilyT>(value); }
65 template<
typename ParameterGroupFamilyT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename TagsT = Aws::Vector<Tag>>
88 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
89 template<
typename TagsT = Aws::Vector<Tag>>
91 template<
typename TagsT = Tag>
97 bool m_parameterGroupNameHasBeenSet =
false;
100 bool m_parameterGroupFamilyHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_tagsHasBeenSet =
false;
ClusterParameterGroup & WithTags(TagsT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetParameterGroupFamily() const
bool ParameterGroupNameHasBeenSet() const
AWS_REDSHIFT_API ClusterParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Tag > & GetTags() const
void SetParameterGroupFamily(ParameterGroupFamilyT &&value)
void SetTags(TagsT &&value)
ClusterParameterGroup & WithParameterGroupName(ParameterGroupNameT &&value)
const Aws::String & GetParameterGroupName() const
ClusterParameterGroup & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
AWS_REDSHIFT_API ClusterParameterGroup()=default
void SetDescription(DescriptionT &&value)
bool ParameterGroupFamilyHasBeenSet() const
bool TagsHasBeenSet() const
bool DescriptionHasBeenSet() const
ClusterParameterGroup & WithParameterGroupFamily(ParameterGroupFamilyT &&value)
void SetParameterGroupName(ParameterGroupNameT &&value)
AWS_REDSHIFT_API ClusterParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
ClusterParameterGroup & AddTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream