/**
* 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 cluster parameter group to reset.
*/ inline const Aws::String& GetDBClusterParameterGroupName() const{ return m_dBClusterParameterGroupName; } /** *The name of the DB cluster parameter group to reset.
*/ inline bool DBClusterParameterGroupNameHasBeenSet() const { return m_dBClusterParameterGroupNameHasBeenSet; } /** *The name of the DB cluster parameter group to reset.
*/ inline void SetDBClusterParameterGroupName(const Aws::String& value) { m_dBClusterParameterGroupNameHasBeenSet = true; m_dBClusterParameterGroupName = value; } /** *The name of the DB cluster parameter group to reset.
*/ inline void SetDBClusterParameterGroupName(Aws::String&& value) { m_dBClusterParameterGroupNameHasBeenSet = true; m_dBClusterParameterGroupName = std::move(value); } /** *The name of the DB cluster parameter group to reset.
*/ inline void SetDBClusterParameterGroupName(const char* value) { m_dBClusterParameterGroupNameHasBeenSet = true; m_dBClusterParameterGroupName.assign(value); } /** *The name of the DB cluster parameter group to reset.
*/ inline ResetDBClusterParameterGroupRequest& WithDBClusterParameterGroupName(const Aws::String& value) { SetDBClusterParameterGroupName(value); return *this;} /** *The name of the DB cluster parameter group to reset.
*/ inline ResetDBClusterParameterGroupRequest& WithDBClusterParameterGroupName(Aws::String&& value) { SetDBClusterParameterGroupName(std::move(value)); return *this;} /** *The name of the DB cluster parameter group to reset.
*/ inline ResetDBClusterParameterGroupRequest& WithDBClusterParameterGroupName(const char* value) { SetDBClusterParameterGroupName(value); return *this;} /** *A value that indicates whether to reset all parameters in the DB cluster
* parameter group to their default values. You can't use this parameter if there
* is a list of parameter names specified for the Parameters
* parameter.
A value that indicates whether to reset all parameters in the DB cluster
* parameter group to their default values. You can't use this parameter if there
* is a list of parameter names specified for the Parameters
* parameter.
A value that indicates whether to reset all parameters in the DB cluster
* parameter group to their default values. You can't use this parameter if there
* is a list of parameter names specified for the Parameters
* parameter.
A value that indicates whether to reset all parameters in the DB cluster
* parameter group to their default values. You can't use this parameter if there
* is a list of parameter names specified for the Parameters
* parameter.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.
A list of parameter names in the DB cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is enabled.