7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/model/NotificationHubStatusSummary.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Notifications
41 template<
typename NotificationHubRegionT = Aws::String>
42 void SetNotificationHubRegion(NotificationHubRegionT&& value) { m_notificationHubRegionHasBeenSet =
true; m_notificationHubRegion = std::forward<NotificationHubRegionT>(value); }
43 template<
typename NotificationHubRegionT = Aws::String>
52 template<
typename StatusSummaryT = NotificationHubStatusSummary>
53 void SetStatusSummary(StatusSummaryT&& value) { m_statusSummaryHasBeenSet =
true; m_statusSummary = std::forward<StatusSummaryT>(value); }
54 template<
typename StatusSummaryT = NotificationHubStatusSummary>
61 template<
typename RequestIdT = Aws::String>
62 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
63 template<
typename RequestIdT = Aws::String>
69 bool m_notificationHubRegionHasBeenSet =
false;
72 bool m_statusSummaryHasBeenSet =
false;
75 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