7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/model/EventStatus.h>
9#include <aws/notifications/model/MessageComponentsSummary.h>
10#include <aws/notifications/model/NotificationType.h>
11#include <aws/notifications/model/SchemaVersion.h>
12#include <aws/notifications/model/SourceEventMetadataSummary.h>
23namespace Notifications {
46 m_schemaVersionHasBeenSet =
true;
47 m_schemaVersion = value;
61 template <
typename SourceEventMetadataT = SourceEventMetadataSummary>
63 m_sourceEventMetadataHasBeenSet =
true;
64 m_sourceEventMetadata = std::forward<SourceEventMetadataT>(value);
66 template <
typename SourceEventMetadataT = SourceEventMetadataSummary>
79 template <
typename MessageComponentsT = MessageComponentsSummary>
81 m_messageComponentsHasBeenSet =
true;
82 m_messageComponents = std::forward<MessageComponentsT>(value);
84 template <
typename MessageComponentsT = MessageComponentsSummary>
103 m_eventStatusHasBeenSet =
true;
104 m_eventStatus = value;
130 m_notificationTypeHasBeenSet =
true;
131 m_notificationType = value;
141 SourceEventMetadataSummary m_sourceEventMetadata;
143 MessageComponentsSummary m_messageComponents;
148 bool m_schemaVersionHasBeenSet =
false;
149 bool m_sourceEventMetadataHasBeenSet =
false;
150 bool m_messageComponentsHasBeenSet =
false;
151 bool m_eventStatusHasBeenSet =
false;
152 bool m_notificationTypeHasBeenSet =
false;
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageComponentsHasBeenSet() const
AWS_NOTIFICATIONS_API NotificationEventSummary(Aws::Utils::Json::JsonView jsonValue)
NotificationEventSummary & WithMessageComponents(MessageComponentsT &&value)
NotificationEventSummary & WithEventStatus(EventStatus value)
NotificationEventSummary & WithSchemaVersion(SchemaVersion value)
void SetEventStatus(EventStatus value)
AWS_NOTIFICATIONS_API NotificationEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
NotificationEventSummary & WithNotificationType(NotificationType value)
const MessageComponentsSummary & GetMessageComponents() const
bool SchemaVersionHasBeenSet() const
void SetSourceEventMetadata(SourceEventMetadataT &&value)
void SetMessageComponents(MessageComponentsT &&value)
NotificationType GetNotificationType() const
void SetSchemaVersion(SchemaVersion value)
SchemaVersion GetSchemaVersion() const
const SourceEventMetadataSummary & GetSourceEventMetadata() const
void SetNotificationType(NotificationType value)
NotificationEventSummary & WithSourceEventMetadata(SourceEventMetadataT &&value)
bool NotificationTypeHasBeenSet() const
AWS_NOTIFICATIONS_API NotificationEventSummary()=default
EventStatus GetEventStatus() const
bool SourceEventMetadataHasBeenSet() const
bool EventStatusHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue