7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
10#include <aws/elasticache/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElastiCache {
43 template <
typename CacheParameterGroupNameT = Aws::String>
45 m_cacheParameterGroupNameHasBeenSet =
true;
46 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
48 template <
typename CacheParameterGroupNameT = Aws::String>
58 template <
typename ResponseMetadataT = ResponseMetadata>
60 m_responseMetadataHasBeenSet =
true;
61 m_responseMetadata = std::forward<ResponseMetadataT>(value);
63 template <
typename ResponseMetadataT = ResponseMetadata>
76 bool m_cacheParameterGroupNameHasBeenSet =
false;
77 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ResetCacheParameterGroupResult & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument