AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DeregisterNotificationHubResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
9#include <aws/notifications/model/NotificationHubStatusSummary.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Notifications {
23namespace Model {
25 public:
26 AWS_NOTIFICATIONS_API DeregisterNotificationHubResult() = default;
29
31
34 inline const Aws::String& GetNotificationHubRegion() const { return m_notificationHubRegion; }
35 template <typename NotificationHubRegionT = Aws::String>
36 void SetNotificationHubRegion(NotificationHubRegionT&& value) {
37 m_notificationHubRegionHasBeenSet = true;
38 m_notificationHubRegion = std::forward<NotificationHubRegionT>(value);
39 }
40 template <typename NotificationHubRegionT = Aws::String>
42 SetNotificationHubRegion(std::forward<NotificationHubRegionT>(value));
43 return *this;
44 }
46
48
51 inline const NotificationHubStatusSummary& GetStatusSummary() const { return m_statusSummary; }
52 template <typename StatusSummaryT = NotificationHubStatusSummary>
53 void SetStatusSummary(StatusSummaryT&& value) {
54 m_statusSummaryHasBeenSet = true;
55 m_statusSummary = std::forward<StatusSummaryT>(value);
56 }
57 template <typename StatusSummaryT = NotificationHubStatusSummary>
59 SetStatusSummary(std::forward<StatusSummaryT>(value));
60 return *this;
61 }
63
65
66 inline const Aws::String& GetRequestId() const { return m_requestId; }
67 template <typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) {
69 m_requestIdHasBeenSet = true;
70 m_requestId = std::forward<RequestIdT>(value);
71 }
72 template <typename RequestIdT = Aws::String>
74 SetRequestId(std::forward<RequestIdT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_notificationHubRegion;
80
81 NotificationHubStatusSummary m_statusSummary;
82
83 Aws::String m_requestId;
84 bool m_notificationHubRegionHasBeenSet = false;
85 bool m_statusSummaryHasBeenSet = false;
86 bool m_requestIdHasBeenSet = false;
87};
88
89} // namespace Model
90} // namespace Notifications
91} // namespace Aws
AWS_NOTIFICATIONS_API DeregisterNotificationHubResult()=default
AWS_NOTIFICATIONS_API DeregisterNotificationHubResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NOTIFICATIONS_API DeregisterNotificationHubResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeregisterNotificationHubResult & WithStatusSummary(StatusSummaryT &&value)
DeregisterNotificationHubResult & WithNotificationHubRegion(NotificationHubRegionT &&value)
DeregisterNotificationHubResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue