7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/model/AggregationDetail.h>
9#include <aws/notifications/model/EventStatus.h>
10#include <aws/notifications/model/ManagedSourceEventMetadataSummary.h>
11#include <aws/notifications/model/MessageComponentsSummary.h>
12#include <aws/notifications/model/NotificationType.h>
13#include <aws/notifications/model/SchemaVersion.h>
24namespace Notifications {
47 m_schemaVersionHasBeenSet =
true;
48 m_schemaVersion = value;
64 template <
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
66 m_sourceEventMetadataHasBeenSet =
true;
67 m_sourceEventMetadata = std::forward<SourceEventMetadataT>(value);
69 template <
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
80 template <
typename MessageComponentsT = MessageComponentsSummary>
82 m_messageComponentsHasBeenSet =
true;
83 m_messageComponents = std::forward<MessageComponentsT>(value);
85 template <
typename MessageComponentsT = MessageComponentsSummary>
99 template <
typename AggregationDetailT = AggregationDetail>
101 m_aggregationDetailHasBeenSet =
true;
102 m_aggregationDetail = std::forward<AggregationDetailT>(value);
104 template <
typename AggregationDetailT = AggregationDetail>
123 m_eventStatusHasBeenSet =
true;
124 m_eventStatus = value;
150 m_notificationTypeHasBeenSet =
true;
151 m_notificationType = value;
161 ManagedSourceEventMetadataSummary m_sourceEventMetadata;
163 MessageComponentsSummary m_messageComponents;
165 AggregationDetail m_aggregationDetail;
170 bool m_schemaVersionHasBeenSet =
false;
171 bool m_sourceEventMetadataHasBeenSet =
false;
172 bool m_messageComponentsHasBeenSet =
false;
173 bool m_aggregationDetailHasBeenSet =
false;
174 bool m_eventStatusHasBeenSet =
false;
175 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