7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/ParameterNameValue.h>
51 template<
typename CacheParameterGroupNameT = Aws::String>
52 void SetCacheParameterGroupName(CacheParameterGroupNameT&& value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value); }
53 template<
typename CacheParameterGroupNameT = Aws::String>
66 inline void SetResetAllParameters(
bool value) { m_resetAllParametersHasBeenSet =
true; m_resetAllParameters = value; }
80 template<
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
81 void SetParameterNameValues(ParameterNameValuesT&& value) { m_parameterNameValuesHasBeenSet =
true; m_parameterNameValues = std::forward<ParameterNameValuesT>(value); }
82 template<
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
84 template<
typename ParameterNameValuesT = ParameterNameValue>
90 bool m_cacheParameterGroupNameHasBeenSet =
false;
92 bool m_resetAllParameters{
false};
93 bool m_resetAllParametersHasBeenSet =
false;
96 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