/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input to ResetDBClusterParameterGroup.See
* Also:
AWS
* API Reference
The name of the cluster parameter group to reset.
*/ inline const Aws::String& GetDBClusterParameterGroupName() const{ return m_dBClusterParameterGroupName; } /** *The name of the cluster parameter group to reset.
*/ inline bool DBClusterParameterGroupNameHasBeenSet() const { return m_dBClusterParameterGroupNameHasBeenSet; } /** *The name of the cluster parameter group to reset.
*/ inline void SetDBClusterParameterGroupName(const Aws::String& value) { m_dBClusterParameterGroupNameHasBeenSet = true; m_dBClusterParameterGroupName = value; } /** *The name of the cluster parameter group to reset.
*/ inline void SetDBClusterParameterGroupName(Aws::String&& value) { m_dBClusterParameterGroupNameHasBeenSet = true; m_dBClusterParameterGroupName = std::move(value); } /** *The name of the cluster parameter group to reset.
*/ inline void SetDBClusterParameterGroupName(const char* value) { m_dBClusterParameterGroupNameHasBeenSet = true; m_dBClusterParameterGroupName.assign(value); } /** *The name of the cluster parameter group to reset.
*/ inline ResetDBClusterParameterGroupRequest& WithDBClusterParameterGroupName(const Aws::String& value) { SetDBClusterParameterGroupName(value); return *this;} /** *The name of the cluster parameter group to reset.
*/ inline ResetDBClusterParameterGroupRequest& WithDBClusterParameterGroupName(Aws::String&& value) { SetDBClusterParameterGroupName(std::move(value)); return *this;} /** *The name of the cluster parameter group to reset.
*/ inline ResetDBClusterParameterGroupRequest& WithDBClusterParameterGroupName(const char* value) { SetDBClusterParameterGroupName(value); return *this;} /** *A value that is set to true
to reset all parameters in the
* cluster parameter group to their default values, and false
* otherwise. You can't use this parameter if there is a list of parameter names
* specified for the Parameters
parameter.
A value that is set to true
to reset all parameters in the
* cluster parameter group to their default values, and false
* otherwise. You can't use this parameter if there is a list of parameter names
* specified for the Parameters
parameter.
A value that is set to true
to reset all parameters in the
* cluster parameter group to their default values, and false
* otherwise. You can't use this parameter if there is a list of parameter names
* specified for the Parameters
parameter.
A value that is set to true
to reset all parameters in the
* cluster parameter group to their default values, and false
* otherwise. 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 cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.
A list of parameter names in the cluster parameter group to reset to the
* default values. You can't use this parameter if the
* ResetAllParameters
parameter is set to true
.