7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
9#include <aws/notifications/model/NotificationHubStatusSummary.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace Notifications {
35 template <
typename NotificationHubRegionT = Aws::String>
37 m_notificationHubRegionHasBeenSet =
true;
38 m_notificationHubRegion = std::forward<NotificationHubRegionT>(value);
40 template <
typename NotificationHubRegionT = Aws::String>
52 template <
typename StatusSummaryT = NotificationHubStatusSummary>
54 m_statusSummaryHasBeenSet =
true;
55 m_statusSummary = std::forward<StatusSummaryT>(value);
57 template <
typename StatusSummaryT = NotificationHubStatusSummary>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
84 bool m_notificationHubRegionHasBeenSet =
false;
85 bool m_statusSummaryHasBeenSet =
false;
86 bool m_requestIdHasBeenSet =
false;
void SetNotificationHubRegion(NotificationHubRegionT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNotificationHubRegion() const
AWS_NOTIFICATIONS_API DeregisterNotificationHubResult()=default
void SetStatusSummary(StatusSummaryT &&value)
AWS_NOTIFICATIONS_API DeregisterNotificationHubResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const NotificationHubStatusSummary & GetStatusSummary() const
AWS_NOTIFICATIONS_API DeregisterNotificationHubResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeregisterNotificationHubResult & WithStatusSummary(StatusSummaryT &&value)
void SetRequestId(RequestIdT &&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