7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCacheRequest.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/ParameterNameValue.h>
16namespace ElastiCache {
47 template <
typename CacheParameterGroupNameT = Aws::String>
49 m_cacheParameterGroupNameHasBeenSet =
true;
50 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
52 template <
typename CacheParameterGroupNameT = Aws::String>
69 m_resetAllParametersHasBeenSet =
true;
70 m_resetAllParameters = value;
88 template <
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
90 m_parameterNameValuesHasBeenSet =
true;
91 m_parameterNameValues = std::forward<ParameterNameValuesT>(value);
93 template <
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
98 template <
typename ParameterNameValuesT = ParameterNameValue>
100 m_parameterNameValuesHasBeenSet =
true;
101 m_parameterNameValues.emplace_back(std::forward<ParameterNameValuesT>(value));
108 bool m_resetAllParameters{
false};
111 bool m_cacheParameterGroupNameHasBeenSet =
false;
112 bool m_resetAllParametersHasBeenSet =
false;
113 bool m_parameterNameValuesHasBeenSet =
false;
const Aws::Vector< ParameterNameValue > & GetParameterNameValues() const
void SetParameterNameValues(ParameterNameValuesT &&value)
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
void SetResetAllParameters(bool value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ResetCacheParameterGroupRequest & AddParameterNameValues(ParameterNameValuesT &&value)
ResetCacheParameterGroupRequest & WithResetAllParameters(bool value)
ResetCacheParameterGroupRequest & WithParameterNameValues(ParameterNameValuesT &&value)
bool ParameterNameValuesHasBeenSet() const
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
bool GetResetAllParameters() const
bool CacheParameterGroupNameHasBeenSet() const
AWS_ELASTICACHE_API ResetCacheParameterGroupRequest()=default
const Aws::String & GetCacheParameterGroupName() const
bool ResetAllParametersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector