/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input of a ResetCacheParameterGroup
* operation.See Also:
AWS
* API Reference
The name of the cache parameter group to reset.
*/ inline const Aws::String& GetCacheParameterGroupName() const{ return m_cacheParameterGroupName; } /** *The name of the cache parameter group to reset.
*/ inline bool CacheParameterGroupNameHasBeenSet() const { return m_cacheParameterGroupNameHasBeenSet; } /** *The name of the cache parameter group to reset.
*/ inline void SetCacheParameterGroupName(const Aws::String& value) { m_cacheParameterGroupNameHasBeenSet = true; m_cacheParameterGroupName = value; } /** *The name of the cache parameter group to reset.
*/ inline void SetCacheParameterGroupName(Aws::String&& value) { m_cacheParameterGroupNameHasBeenSet = true; m_cacheParameterGroupName = std::move(value); } /** *The name of the cache parameter group to reset.
*/ inline void SetCacheParameterGroupName(const char* value) { m_cacheParameterGroupNameHasBeenSet = true; m_cacheParameterGroupName.assign(value); } /** *The name of the cache parameter group to reset.
*/ inline ResetCacheParameterGroupRequest& WithCacheParameterGroupName(const Aws::String& value) { SetCacheParameterGroupName(value); return *this;} /** *The name of the cache parameter group to reset.
*/ inline ResetCacheParameterGroupRequest& WithCacheParameterGroupName(Aws::String&& value) { SetCacheParameterGroupName(std::move(value)); return *this;} /** *The name of the cache parameter group to reset.
*/ inline ResetCacheParameterGroupRequest& WithCacheParameterGroupName(const char* value) { SetCacheParameterGroupName(value); return *this;} /** *If true, all parameters in the cache parameter group are reset
* to their default values. If false, only the parameters listed by
* ParameterNameValues are reset to their default values.
Valid
* values: true | false
If true, all parameters in the cache parameter group are reset
* to their default values. If false, only the parameters listed by
* ParameterNameValues are reset to their default values.
Valid
* values: true | false
If true, all parameters in the cache parameter group are reset
* to their default values. If false, only the parameters listed by
* ParameterNameValues are reset to their default values.
Valid
* values: true | false
If true, all parameters in the cache parameter group are reset
* to their default values. If false, only the parameters listed by
* ParameterNameValues are reset to their default values.
Valid
* values: true | false
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.
An array of parameter names to reset to their default values. If
* ResetAllParameters is true, do not use
* ParameterNameValues. If ResetAllParameters is
* false, you must specify the name of at least one parameter to
* reset.