AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ModifyCacheParameterGroupResult.h
1
6#pragma once
7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace ElastiCache
25{
26namespace Model
27{
36 {
37 public:
38 AWS_ELASTICACHE_API ModifyCacheParameterGroupResult();
41
42
44
47 inline const Aws::String& GetCacheParameterGroupName() const{ return m_cacheParameterGroupName; }
48 inline void SetCacheParameterGroupName(const Aws::String& value) { m_cacheParameterGroupName = value; }
49 inline void SetCacheParameterGroupName(Aws::String&& value) { m_cacheParameterGroupName = std::move(value); }
50 inline void SetCacheParameterGroupName(const char* value) { m_cacheParameterGroupName.assign(value); }
55
57
58 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
59 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
60 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
64 private:
65
66 Aws::String m_cacheParameterGroupName;
67
68 ResponseMetadata m_responseMetadata;
69 };
70
71} // namespace Model
72} // namespace ElastiCache
73} // namespace Aws
ModifyCacheParameterGroupResult & WithCacheParameterGroupName(const Aws::String &value)
ModifyCacheParameterGroupResult & WithCacheParameterGroupName(Aws::String &&value)
ModifyCacheParameterGroupResult & WithResponseMetadata(const ResponseMetadata &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(const char *value)
ModifyCacheParameterGroupResult & WithResponseMetadata(ResponseMetadata &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument