7#include <aws/core/http/HttpResponse.h>
8#include <aws/elasticache/ElastiCache_EXPORTS.h>
9#include <aws/elasticache/model/CacheParameterGroup.h>
10#include <aws/elasticache/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElastiCache {
34 template <
typename CacheParameterGroupT = CacheParameterGroup>
36 m_cacheParameterGroupHasBeenSet =
true;
37 m_cacheParameterGroup = std::forward<CacheParameterGroupT>(value);
39 template <
typename CacheParameterGroupT = CacheParameterGroup>
49 template <
typename ResponseMetadataT = ResponseMetadata>
51 m_responseMetadataHasBeenSet =
true;
52 m_responseMetadata = std::forward<ResponseMetadataT>(value);
54 template <
typename ResponseMetadataT = ResponseMetadata>
67 bool m_cacheParameterGroupHasBeenSet =
false;
68 bool m_responseMetadataHasBeenSet =
false;
const CacheParameterGroup & GetCacheParameterGroup() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const ResponseMetadata & GetResponseMetadata() const
CreateCacheParameterGroupResult & WithCacheParameterGroup(CacheParameterGroupT &&value)
CreateCacheParameterGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API CreateCacheParameterGroupResult()=default
AWS_ELASTICACHE_API CreateCacheParameterGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_ELASTICACHE_API CreateCacheParameterGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetCacheParameterGroup(CacheParameterGroupT &&value)
Aws::Utils::Xml::XmlDocument XmlDocument