7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/model/NotificationHubStatusSummary.h>
10#include <aws/core/utils/DateTime.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace Notifications
42 template<
typename NotificationHubRegionT = Aws::String>
43 void SetNotificationHubRegion(NotificationHubRegionT&& value) { m_notificationHubRegionHasBeenSet =
true; m_notificationHubRegion = std::forward<NotificationHubRegionT>(value); }
44 template<
typename NotificationHubRegionT = Aws::String>
54 template<
typename StatusSummaryT = NotificationHubStatusSummary>
55 void SetStatusSummary(StatusSummaryT&& value) { m_statusSummaryHasBeenSet =
true; m_statusSummary = std::forward<StatusSummaryT>(value); }
56 template<
typename StatusSummaryT = NotificationHubStatusSummary>
65 template<
typename CreationTimeT = Aws::Utils::DateTime>
66 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
67 template<
typename CreationTimeT = Aws::Utils::DateTime>
76 template<
typename LastActivationTimeT = Aws::Utils::DateTime>
77 void SetLastActivationTime(LastActivationTimeT&& value) { m_lastActivationTimeHasBeenSet =
true; m_lastActivationTime = std::forward<LastActivationTimeT>(value); }
78 template<
typename LastActivationTimeT = Aws::Utils::DateTime>
85 template<
typename RequestIdT = Aws::String>
86 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
87 template<
typename RequestIdT = Aws::String>
93 bool m_notificationHubRegionHasBeenSet =
false;
96 bool m_statusSummaryHasBeenSet =
false;
99 bool m_creationTimeHasBeenSet =
false;
102 bool m_lastActivationTimeHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
RegisterNotificationHubResult & WithLastActivationTime(LastActivationTimeT &&value)
void SetStatusSummary(StatusSummaryT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_NOTIFICATIONS_API RegisterNotificationHubResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNotificationHubRegion() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetLastActivationTime() const
void SetRequestId(RequestIdT &&value)
AWS_NOTIFICATIONS_API RegisterNotificationHubResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastActivationTime(LastActivationTimeT &&value)
RegisterNotificationHubResult & WithNotificationHubRegion(NotificationHubRegionT &&value)
RegisterNotificationHubResult & WithCreationTime(CreationTimeT &&value)
AWS_NOTIFICATIONS_API RegisterNotificationHubResult()=default
const Aws::String & GetRequestId() const
RegisterNotificationHubResult & WithStatusSummary(StatusSummaryT &&value)
RegisterNotificationHubResult & WithRequestId(RequestIdT &&value)
void SetNotificationHubRegion(NotificationHubRegionT &&value)
const NotificationHubStatusSummary & GetStatusSummary() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue