7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/model/SchemaVersion.h>
9#include <aws/notifications/model/ManagedSourceEventMetadataSummary.h>
10#include <aws/notifications/model/MessageComponentsSummary.h>
11#include <aws/notifications/model/AggregationDetail.h>
12#include <aws/notifications/model/EventStatus.h>
13#include <aws/notifications/model/NotificationType.h>
26namespace Notifications
64 template<
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
65 void SetSourceEventMetadata(SourceEventMetadataT&& value) { m_sourceEventMetadataHasBeenSet =
true; m_sourceEventMetadata = std::forward<SourceEventMetadataT>(value); }
66 template<
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
74 template<
typename MessageComponentsT = MessageComponentsSummary>
75 void SetMessageComponents(MessageComponentsT&& value) { m_messageComponentsHasBeenSet =
true; m_messageComponents = std::forward<MessageComponentsT>(value); }
76 template<
typename MessageComponentsT = MessageComponentsSummary>
87 template<
typename AggregationDetailT = AggregationDetail>
88 void SetAggregationDetail(AggregationDetailT&& value) { m_aggregationDetailHasBeenSet =
true; m_aggregationDetail = std::forward<AggregationDetailT>(value); }
89 template<
typename AggregationDetailT = AggregationDetail>
131 bool m_schemaVersionHasBeenSet =
false;
133 ManagedSourceEventMetadataSummary m_sourceEventMetadata;
134 bool m_sourceEventMetadataHasBeenSet =
false;
136 MessageComponentsSummary m_messageComponents;
137 bool m_messageComponentsHasBeenSet =
false;
139 AggregationDetail m_aggregationDetail;
140 bool m_aggregationDetailHasBeenSet =
false;
143 bool m_eventStatusHasBeenSet =
false;
146 bool m_notificationTypeHasBeenSet =
false;
void SetAggregationDetail(AggregationDetailT &&value)
bool AggregationDetailHasBeenSet() const
ManagedNotificationChildEventSummary & WithEventStatus(EventStatus value)
AWS_NOTIFICATIONS_API ManagedNotificationChildEventSummary(Aws::Utils::Json::JsonView jsonValue)
bool NotificationTypeHasBeenSet() const
bool SchemaVersionHasBeenSet() const
const MessageComponentsSummary & GetMessageComponents() const
ManagedNotificationChildEventSummary & WithSchemaVersion(SchemaVersion value)
bool MessageComponentsHasBeenSet() const
void SetMessageComponents(MessageComponentsT &&value)
void SetNotificationType(NotificationType value)
void SetSchemaVersion(SchemaVersion value)
const ManagedSourceEventMetadataSummary & GetSourceEventMetadata() const
ManagedNotificationChildEventSummary & WithSourceEventMetadata(SourceEventMetadataT &&value)
NotificationType GetNotificationType() const
void SetEventStatus(EventStatus value)
bool SourceEventMetadataHasBeenSet() const
void SetSourceEventMetadata(SourceEventMetadataT &&value)
AWS_NOTIFICATIONS_API ManagedNotificationChildEventSummary()=default
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const AggregationDetail & GetAggregationDetail() const
EventStatus GetEventStatus() const
ManagedNotificationChildEventSummary & WithMessageComponents(MessageComponentsT &&value)
ManagedNotificationChildEventSummary & WithNotificationType(NotificationType value)
AWS_NOTIFICATIONS_API ManagedNotificationChildEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventStatusHasBeenSet() const
SchemaVersion GetSchemaVersion() const
ManagedNotificationChildEventSummary & WithAggregationDetail(AggregationDetailT &&value)
Aws::Utils::Json::JsonValue JsonValue