7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticache/ElastiCache_EXPORTS.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ElastiCache {
42 template <
typename CacheParameterGroupNameT = Aws::String>
44 m_cacheParameterGroupNameHasBeenSet =
true;
45 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
47 template <
typename CacheParameterGroupNameT = Aws::String>
57 template <
typename ResponseMetadataT = ResponseMetadata>
59 m_responseMetadataHasBeenSet =
true;
60 m_responseMetadata = std::forward<ResponseMetadataT>(value);
62 template <
typename ResponseMetadataT = ResponseMetadata>
72 bool m_cacheParameterGroupNameHasBeenSet =
false;
73 bool m_responseMetadataHasBeenSet =
false;
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API ResetCacheParameterGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ResetCacheParameterGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetCacheParameterGroupName() const
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICACHE_API ResetCacheParameterGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
AWS_ELASTICACHE_API ResetCacheParameterGroupResult()=default
ResetCacheParameterGroupResult & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument