7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/notifications/Notifications_EXPORTS.h>
10#include <aws/notifications/model/AggregationEventType.h>
11#include <aws/notifications/model/AggregationSummary.h>
12#include <aws/notifications/model/NotificationEventSummary.h>
23namespace Notifications {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
63 template <
typename NotificationConfigurationArnT = Aws::String>
65 m_notificationConfigurationArnHasBeenSet =
true;
66 m_notificationConfigurationArn = std::forward<NotificationConfigurationArnT>(value);
68 template <
typename NotificationConfigurationArnT = Aws::String>
81 template <
typename RelatedAccountT = Aws::String>
83 m_relatedAccountHasBeenSet =
true;
84 m_relatedAccount = std::forward<RelatedAccountT>(value);
86 template <
typename RelatedAccountT = Aws::String>
99 template <
typename CreationTimeT = Aws::Utils::DateTime>
101 m_creationTimeHasBeenSet =
true;
102 m_creationTime = std::forward<CreationTimeT>(value);
104 template <
typename CreationTimeT = Aws::Utils::DateTime>
119 template <
typename NotificationEventT = NotificationEventSummary>
121 m_notificationEventHasBeenSet =
true;
122 m_notificationEvent = std::forward<NotificationEventT>(value);
124 template <
typename NotificationEventT = NotificationEventSummary>
145 m_aggregationEventTypeHasBeenSet =
true;
146 m_aggregationEventType = value;
160 template <
typename AggregateNotificationEventArnT = Aws::String>
162 m_aggregateNotificationEventArnHasBeenSet =
true;
163 m_aggregateNotificationEventArn = std::forward<AggregateNotificationEventArnT>(value);
165 template <
typename AggregateNotificationEventArnT = Aws::String>
178 template <
typename AggregationSummaryT = AggregationSummary>
180 m_aggregationSummaryHasBeenSet =
true;
181 m_aggregationSummary = std::forward<AggregationSummaryT>(value);
183 template <
typename AggregationSummaryT = AggregationSummary>
197 template <
typename OrganizationalUnitIdT = Aws::String>
199 m_organizationalUnitIdHasBeenSet =
true;
200 m_organizationalUnitId = std::forward<OrganizationalUnitIdT>(value);
202 template <
typename OrganizationalUnitIdT = Aws::String>
217 NotificationEventSummary m_notificationEvent;
223 AggregationSummary m_aggregationSummary;
226 bool m_arnHasBeenSet =
false;
227 bool m_notificationConfigurationArnHasBeenSet =
false;
228 bool m_relatedAccountHasBeenSet =
false;
229 bool m_creationTimeHasBeenSet =
false;
230 bool m_notificationEventHasBeenSet =
false;
231 bool m_aggregationEventTypeHasBeenSet =
false;
232 bool m_aggregateNotificationEventArnHasBeenSet =
false;
233 bool m_aggregationSummaryHasBeenSet =
false;
234 bool m_organizationalUnitIdHasBeenSet =
false;
bool OrganizationalUnitIdHasBeenSet() const
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 & GetOrganizationalUnitId() 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
void SetOrganizationalUnitId(OrganizationalUnitIdT &&value)
const AggregationSummary & GetAggregationSummary() const
bool AggregateNotificationEventArnHasBeenSet() const
const Aws::String & GetRelatedAccount() const
NotificationEventOverview & WithOrganizationalUnitId(OrganizationalUnitIdT &&value)
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