7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
48 template<
typename CacheParameterGroupNameT = Aws::String>
49 void SetCacheParameterGroupName(CacheParameterGroupNameT&& value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value); }
50 template<
typename CacheParameterGroupNameT = Aws::String>
57 template<
typename ResponseMetadataT = ResponseMetadata>
58 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
59 template<
typename ResponseMetadataT = ResponseMetadata>
65 bool m_cacheParameterGroupNameHasBeenSet =
false;
68 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICACHE_API ModifyCacheParameterGroupResult()=default
void SetResponseMetadata(ResponseMetadataT &&value)
const ResponseMetadata & GetResponseMetadata() const
const Aws::String & GetCacheParameterGroupName() const
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
AWS_ELASTICACHE_API ModifyCacheParameterGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICACHE_API ModifyCacheParameterGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
ModifyCacheParameterGroupResult & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
ModifyCacheParameterGroupResult & WithResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument