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>
53 inline void SetCacheParameterGroupName(
const char* value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName.assign(value); }
68 inline void SetResetAllParameters(
bool value) { m_resetAllParametersHasBeenSet =
true; m_resetAllParameters = value; }
92 bool m_cacheParameterGroupNameHasBeenSet =
false;
94 bool m_resetAllParameters;
95 bool m_resetAllParametersHasBeenSet =
false;
98 bool m_parameterNameValuesHasBeenSet =
false;
const Aws::Vector< ParameterNameValue > & GetParameterNameValues() const
void SetParameterNameValues(Aws::Vector< ParameterNameValue > &&value)
void SetCacheParameterGroupName(Aws::String &&value)
AWS_ELASTICACHE_API ResetCacheParameterGroupRequest()
void SetCacheParameterGroupName(const Aws::String &value)
void SetResetAllParameters(bool value)
ResetCacheParameterGroupRequest & WithParameterNameValues(const Aws::Vector< ParameterNameValue > &value)
ResetCacheParameterGroupRequest & AddParameterNameValues(ParameterNameValue &&value)
ResetCacheParameterGroupRequest & WithParameterNameValues(Aws::Vector< ParameterNameValue > &&value)
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(const Aws::String &value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ResetCacheParameterGroupRequest & AddParameterNameValues(const ParameterNameValue &value)
ResetCacheParameterGroupRequest & WithResetAllParameters(bool value)
void SetCacheParameterGroupName(const char *value)
bool ParameterNameValuesHasBeenSet() const
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(const char *value)
bool GetResetAllParameters() const
bool CacheParameterGroupNameHasBeenSet() const
void SetParameterNameValues(const Aws::Vector< ParameterNameValue > &value)
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(Aws::String &&value)
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