/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline const Aws::String& GetDBParameterGroupName() const{ return m_dBParameterGroupName; } /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline bool DBParameterGroupNameHasBeenSet() const { return m_dBParameterGroupNameHasBeenSet; } /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline void SetDBParameterGroupName(const Aws::String& value) { m_dBParameterGroupNameHasBeenSet = true; m_dBParameterGroupName = value; } /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline void SetDBParameterGroupName(Aws::String&& value) { m_dBParameterGroupNameHasBeenSet = true; m_dBParameterGroupName = std::move(value); } /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline void SetDBParameterGroupName(const char* value) { m_dBParameterGroupNameHasBeenSet = true; m_dBParameterGroupName.assign(value); } /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline CreateDBParameterGroupRequest& WithDBParameterGroupName(const Aws::String& value) { SetDBParameterGroupName(value); return *this;} /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline CreateDBParameterGroupRequest& WithDBParameterGroupName(Aws::String&& value) { SetDBParameterGroupName(std::move(value)); return *this;} /** *The name of the DB parameter group.
Constraints:
Must * be 1 to 255 letters, numbers, or hyphens.
First character must * be a letter
Can't end with a hyphen or contain two consecutive * hyphens
This value is stored as a lowercase * string.
*/ inline CreateDBParameterGroupRequest& WithDBParameterGroupName(const char* value) { SetDBParameterGroupName(value); return *this;} /** *The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The DB parameter group family name. A DB parameter group can be associated * with one and only one DB parameter group family, and can be applied only to a DB * instance running a database engine and engine version compatible with that DB * parameter group family.
To list all of the available parameter group * families for a DB engine, use the following command:
aws rds
* describe-db-engine-versions --query "DBEngineVersions[].DBParameterGroupFamily"
* --engine <engine>
For example, to list all of the available * parameter group families for the MySQL DB engine, use the following command:
* aws rds describe-db-engine-versions --query
* "DBEngineVersions[].DBParameterGroupFamily" --engine mysql
The output contains duplicates.
The following are the valid DB * engine values:
aurora-mysql
* aurora-postgresql
mariadb
mysql
oracle-ee
*
oracle-ee-cdb
* oracle-se2
oracle-se2-cdb
postgres
* sqlserver-ee
sqlserver-se
sqlserver-ex
* sqlserver-web
The description for the DB parameter group.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description for the DB parameter group.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description for the DB parameter group.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description for the DB parameter group.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description for the DB parameter group.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description for the DB parameter group.
*/ inline CreateDBParameterGroupRequest& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description for the DB parameter group.
*/ inline CreateDBParameterGroupRequest& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description for the DB parameter group.
*/ inline CreateDBParameterGroupRequest& WithDescription(const char* value) { SetDescription(value); return *this;} /** *Tags to assign to the DB parameter group.
*/ inline const Aws::VectorTags to assign to the DB parameter group.
*/ inline bool TagsHasBeenSet() const { return m_tagsHasBeenSet; } /** *Tags to assign to the DB parameter group.
*/ inline void SetTags(const Aws::VectorTags to assign to the DB parameter group.
*/ inline void SetTags(Aws::VectorTags to assign to the DB parameter group.
*/ inline CreateDBParameterGroupRequest& WithTags(const Aws::VectorTags to assign to the DB parameter group.
*/ inline CreateDBParameterGroupRequest& WithTags(Aws::VectorTags to assign to the DB parameter group.
*/ inline CreateDBParameterGroupRequest& AddTags(const Tag& value) { m_tagsHasBeenSet = true; m_tags.push_back(value); return *this; } /** *Tags to assign to the DB parameter group.
*/ inline CreateDBParameterGroupRequest& AddTags(Tag&& value) { m_tagsHasBeenSet = true; m_tags.push_back(std::move(value)); return *this; } private: Aws::String m_dBParameterGroupName; bool m_dBParameterGroupNameHasBeenSet = false; Aws::String m_dBParameterGroupFamily; bool m_dBParameterGroupFamilyHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::Vector