7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/model/CacheParameterGroup.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ElastiCache {
33 template <
typename CacheParameterGroupT = CacheParameterGroup>
35 m_cacheParameterGroupHasBeenSet =
true;
36 m_cacheParameterGroup = std::forward<CacheParameterGroupT>(value);
38 template <
typename CacheParameterGroupT = CacheParameterGroup>
48 template <
typename ResponseMetadataT = ResponseMetadata>
50 m_responseMetadataHasBeenSet =
true;
51 m_responseMetadata = std::forward<ResponseMetadataT>(value);
53 template <
typename ResponseMetadataT = ResponseMetadata>
63 bool m_cacheParameterGroupHasBeenSet =
false;
64 bool m_responseMetadataHasBeenSet =
false;
const CacheParameterGroup & GetCacheParameterGroup() 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