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;
39 template<
typename CacheParameterGroupT = CacheParameterGroup>
40 void SetCacheParameterGroup(CacheParameterGroupT&& value) { m_cacheParameterGroupHasBeenSet =
true; m_cacheParameterGroup = std::forward<CacheParameterGroupT>(value); }
41 template<
typename CacheParameterGroupT = CacheParameterGroup>
48 template<
typename ResponseMetadataT = ResponseMetadata>
49 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
50 template<
typename ResponseMetadataT = ResponseMetadata>
56 bool m_cacheParameterGroupHasBeenSet =
false;
59 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