7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/Tag.h>
44 template <
typename ParameterGroupNameT = Aws::String>
46 m_parameterGroupNameHasBeenSet =
true;
47 m_parameterGroupName = std::forward<ParameterGroupNameT>(value);
49 template <
typename ParameterGroupNameT = Aws::String>
63 template <
typename ParameterGroupFamilyT = Aws::String>
65 m_parameterGroupFamilyHasBeenSet =
true;
66 m_parameterGroupFamily = std::forward<ParameterGroupFamilyT>(value);
68 template <
typename ParameterGroupFamilyT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename TagsT = Aws::Vector<Tag>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Vector<Tag>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsT = Tag>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace_back(std::forward<TagsT>(value));
124 bool m_parameterGroupNameHasBeenSet =
false;
125 bool m_parameterGroupFamilyHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
127 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