7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/notifications/model/NotificationEventSummary.h>
11#include <aws/notifications/model/AggregationEventType.h>
12#include <aws/notifications/model/AggregationSummary.h>
25namespace Notifications
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename NotificationConfigurationArnT = Aws::String>
64 void SetNotificationConfigurationArn(NotificationConfigurationArnT&& value) { m_notificationConfigurationArnHasBeenSet =
true; m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value); }
65 template<
typename NotificationConfigurationArnT = Aws::String>
75 template<
typename RelatedAccountT = Aws::String>
76 void SetRelatedAccount(RelatedAccountT&& value) { m_relatedAccountHasBeenSet =
true; m_relatedAccount = std::forward<RelatedAccountT>(value); }
77 template<
typename RelatedAccountT = Aws::String>
87 template<
typename CreationTimeT = Aws::Utils::DateTime>
88 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
89 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 template<
typename NotificationEventT = NotificationEventSummary>
102 void SetNotificationEvent(NotificationEventT&& value) { m_notificationEventHasBeenSet =
true; m_notificationEvent = std::forward<NotificationEventT>(value); }
103 template<
typename NotificationEventT = NotificationEventSummary>
130 template<
typename AggregateNotificationEventArnT = Aws::String>
131 void SetAggregateNotificationEventArn(AggregateNotificationEventArnT&& value) { m_aggregateNotificationEventArnHasBeenSet =
true; m_aggregateNotificationEventArn = std::forward<AggregateNotificationEventArnT>(value); }
132 template<
typename AggregateNotificationEventArnT = Aws::String>
142 template<
typename AggregationSummaryT = AggregationSummary>
143 void SetAggregationSummary(AggregationSummaryT&& value) { m_aggregationSummaryHasBeenSet =
true; m_aggregationSummary = std::forward<AggregationSummaryT>(value); }
144 template<
typename AggregationSummaryT = AggregationSummary>
150 bool m_arnHasBeenSet =
false;
153 bool m_notificationConfigurationArnHasBeenSet =
false;
156 bool m_relatedAccountHasBeenSet =
false;
159 bool m_creationTimeHasBeenSet =
false;
161 NotificationEventSummary m_notificationEvent;
162 bool m_notificationEventHasBeenSet =
false;
165 bool m_aggregationEventTypeHasBeenSet =
false;
168 bool m_aggregateNotificationEventArnHasBeenSet =
false;
170 AggregationSummary m_aggregationSummary;
171 bool m_aggregationSummaryHasBeenSet =
false;
void SetArn(ArnT &&value)
bool NotificationEventHasBeenSet() const
AWS_NOTIFICATIONS_API NotificationEventOverview & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAggregationSummary(AggregationSummaryT &&value)
NotificationEventOverview & WithAggregateNotificationEventArn(AggregateNotificationEventArnT &&value)
void SetCreationTime(CreationTimeT &&value)
NotificationEventOverview & WithNotificationEvent(NotificationEventT &&value)
void SetAggregationEventType(AggregationEventType value)
bool RelatedAccountHasBeenSet() const
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ArnHasBeenSet() const
bool AggregationEventTypeHasBeenSet() const
bool NotificationConfigurationArnHasBeenSet() const
const Aws::String & GetAggregateNotificationEventArn() const
NotificationEventOverview & WithArn(ArnT &&value)
bool AggregationSummaryHasBeenSet() const
AWS_NOTIFICATIONS_API NotificationEventOverview()=default
const Aws::String & GetArn() const
NotificationEventOverview & WithNotificationConfigurationArn(NotificationConfigurationArnT &&value)
void SetRelatedAccount(RelatedAccountT &&value)
NotificationEventOverview & WithAggregationSummary(AggregationSummaryT &&value)
void SetNotificationConfigurationArn(NotificationConfigurationArnT &&value)
AggregationEventType GetAggregationEventType() const
NotificationEventOverview & WithAggregationEventType(AggregationEventType value)
const Aws::String & GetNotificationConfigurationArn() const
const AggregationSummary & GetAggregationSummary() const
bool AggregateNotificationEventArnHasBeenSet() const
const Aws::String & GetRelatedAccount() const
bool CreationTimeHasBeenSet() const
NotificationEventOverview & WithCreationTime(CreationTimeT &&value)
const NotificationEventSummary & GetNotificationEvent() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetNotificationEvent(NotificationEventT &&value)
AWS_NOTIFICATIONS_API NotificationEventOverview(Aws::Utils::Json::JsonView jsonValue)
void SetAggregateNotificationEventArn(AggregateNotificationEventArnT &&value)
NotificationEventOverview & WithRelatedAccount(RelatedAccountT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue