46 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
47 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
67 inline void SetParameterGroupName(
const char* value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName.assign(value); }
106 inline void SetParameterGroupFamily(
const char* value) { m_parameterGroupFamilyHasBeenSet =
true; m_parameterGroupFamily.assign(value); }
144 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
198 bool m_parameterGroupNameHasBeenSet;
200 bool m_parameterGroupFamilyHasBeenSet;
202 bool m_descriptionHasBeenSet;
204 bool m_tagsHasBeenSet;
ClusterParameterGroup & WithParameterGroupFamily(Aws::String &&value)
ClusterParameterGroup & WithParameterGroupFamily(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
void SetParameterGroupFamily(Aws::String &&value)
ClusterParameterGroup & AddTags(const Tag &value)
const Aws::String & GetParameterGroupName() const
std::vector< T, Aws::Allocator< T > > Vector
ClusterParameterGroup & WithParameterGroupName(const char *value)
void SetParameterGroupFamily(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
void SetDescription(Aws::String &&value)
ClusterParameterGroup & WithTags(const Aws::Vector< Tag > &value)
ClusterParameterGroup & WithDescription(const char *value)
ClusterParameterGroup & WithParameterGroupName(const Aws::String &value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetParameterGroupFamily(const char *value)
const Aws::String & GetDescription() const
ClusterParameterGroup & WithParameterGroupFamily(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
void SetParameterGroupName(const char *value)
const Aws::String & GetParameterGroupFamily() const
void SetParameterGroupName(const Aws::String &value)
ClusterParameterGroup & WithTags(Aws::Vector< Tag > &&value)
void SetParameterGroupName(Aws::String &&value)
ClusterParameterGroup & WithDescription(const Aws::String &value)
void SetDescription(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ClusterParameterGroup & WithDescription(Aws::String &&value)
void SetDescription(const char *value)
ClusterParameterGroup & AddTags(Tag &&value)
ClusterParameterGroup & WithParameterGroupName(Aws::String &&value)
JSON (JavaScript Object Notation).