AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
CreateEventSubscriptionResult.h
Go to the documentation of this file.
1
6#pragma once
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 Redshift
25{
26namespace Model
27{
29 {
30 public:
34
35
36
37 inline const EventSubscription& GetEventSubscription() const{ return m_eventSubscription; }
38
39
40 inline void SetEventSubscription(const EventSubscription& value) { m_eventSubscription = value; }
41
42
43 inline void SetEventSubscription(EventSubscription&& value) { m_eventSubscription = std::move(value); }
44
45
47
48
50
51
52
53 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
54
55
56 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
57
58
59 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
60
61
63
64
66
67 private:
68
69 EventSubscription m_eventSubscription;
70
71 ResponseMetadata m_responseMetadata;
72 };
73
74} // namespace Model
75} // namespace Redshift
76} // namespace Aws
#define AWS_REDSHIFT_API
CreateEventSubscriptionResult & WithResponseMetadata(const ResponseMetadata &value)
CreateEventSubscriptionResult & WithEventSubscription(const EventSubscription &value)
AWS_REDSHIFT_API CreateEventSubscriptionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateEventSubscriptionResult & WithEventSubscription(EventSubscription &&value)
AWS_REDSHIFT_API CreateEventSubscriptionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateEventSubscriptionResult & WithResponseMetadata(ResponseMetadata &&value)