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>
52 inline void SetParameterGroupName(
const char* value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName.assign(value); }
67 inline void SetParameterGroupFamily(
const char* value) { m_parameterGroupFamilyHasBeenSet =
true; m_parameterGroupFamily.assign(value); }
81 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
103 bool m_parameterGroupNameHasBeenSet =
false;
106 bool m_parameterGroupFamilyHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
112 bool m_tagsHasBeenSet =
false;
ClusterParameterGroup & WithParameterGroupName(const Aws::String &value)
AWS_REDSHIFT_API ClusterParameterGroup()
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ClusterParameterGroup & AddTags(const Tag &value)
ClusterParameterGroup & WithTags(const Aws::Vector< Tag > &value)
const Aws::String & GetParameterGroupFamily() const
bool ParameterGroupNameHasBeenSet() const
AWS_REDSHIFT_API ClusterParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Tag > & GetTags() const
ClusterParameterGroup & WithTags(Aws::Vector< Tag > &&value)
void SetParameterGroupName(Aws::String &&value)
ClusterParameterGroup & AddTags(Tag &&value)
void SetParameterGroupName(const Aws::String &value)
const Aws::String & GetParameterGroupName() const
ClusterParameterGroup & WithParameterGroupName(Aws::String &&value)
void SetDescription(Aws::String &&value)
ClusterParameterGroup & WithParameterGroupFamily(const char *value)
const Aws::String & GetDescription() const
void SetParameterGroupFamily(const char *value)
void SetParameterGroupFamily(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
void SetTags(Aws::Vector< Tag > &&value)
ClusterParameterGroup & WithParameterGroupFamily(const Aws::String &value)
bool ParameterGroupFamilyHasBeenSet() const
bool TagsHasBeenSet() const
ClusterParameterGroup & WithDescription(const Aws::String &value)
bool DescriptionHasBeenSet() const
ClusterParameterGroup & WithDescription(Aws::String &&value)
ClusterParameterGroup & WithDescription(const char *value)
AWS_REDSHIFT_API ClusterParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetDescription(const char *value)
ClusterParameterGroup & WithParameterGroupName(const char *value)
void SetParameterGroupFamily(const Aws::String &value)
void SetParameterGroupName(const char *value)
ClusterParameterGroup & WithParameterGroupFamily(Aws::String &&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