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>
65 template<
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
66 void SetParameterNameValues(ParameterNameValuesT&& value) { m_parameterNameValuesHasBeenSet =
true; m_parameterNameValues = std::forward<ParameterNameValuesT>(value); }
67 template<
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
69 template<
typename ParameterNameValuesT = ParameterNameValue>
75 bool m_cacheParameterGroupNameHasBeenSet =
false;
78 bool m_parameterNameValuesHasBeenSet =
false;
void SetParameterNameValues(ParameterNameValuesT &&value)
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
const Aws::String & GetCacheParameterGroupName() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< ParameterNameValue > & GetParameterNameValues() const
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyCacheParameterGroupRequest & AddParameterNameValues(ParameterNameValuesT &&value)
bool ParameterNameValuesHasBeenSet() const
bool CacheParameterGroupNameHasBeenSet() const
AWS_ELASTICACHE_API ModifyCacheParameterGroupRequest()=default
ModifyCacheParameterGroupRequest & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
ModifyCacheParameterGroupRequest & WithParameterNameValues(ParameterNameValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector