7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/model/EventStatus.h>
9#include <aws/notifications/model/ManagedSourceEventMetadataSummary.h>
10#include <aws/notifications/model/MessageComponentsSummary.h>
11#include <aws/notifications/model/NotificationType.h>
12#include <aws/notifications/model/SchemaVersion.h>
23namespace Notifications {
46 m_schemaVersionHasBeenSet =
true;
47 m_schemaVersion = value;
62 template <
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
64 m_sourceEventMetadataHasBeenSet =
true;
65 m_sourceEventMetadata = std::forward<SourceEventMetadataT>(value);
67 template <
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
78 template <
typename MessageComponentsT = MessageComponentsSummary>
80 m_messageComponentsHasBeenSet =
true;
81 m_messageComponents = std::forward<MessageComponentsT>(value);
83 template <
typename MessageComponentsT = MessageComponentsSummary>
101 m_eventStatusHasBeenSet =
true;
102 m_eventStatus = value;
128 m_notificationTypeHasBeenSet =
true;
129 m_notificationType = value;
139 ManagedSourceEventMetadataSummary m_sourceEventMetadata;
141 MessageComponentsSummary m_messageComponents;
146 bool m_schemaVersionHasBeenSet =
false;
147 bool m_sourceEventMetadataHasBeenSet =
false;
148 bool m_messageComponentsHasBeenSet =
false;
149 bool m_eventStatusHasBeenSet =
false;
150 bool m_notificationTypeHasBeenSet =
false;
bool MessageComponentsHasBeenSet() const
AWS_NOTIFICATIONS_API ManagedNotificationEventSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_NOTIFICATIONS_API ManagedNotificationEventSummary()=default
SchemaVersion GetSchemaVersion() const
void SetNotificationType(NotificationType value)
ManagedNotificationEventSummary & WithSourceEventMetadata(SourceEventMetadataT &&value)
void SetSourceEventMetadata(SourceEventMetadataT &&value)
const ManagedSourceEventMetadataSummary & GetSourceEventMetadata() const
void SetMessageComponents(MessageComponentsT &&value)
ManagedNotificationEventSummary & WithSchemaVersion(SchemaVersion value)
void SetEventStatus(EventStatus value)
const MessageComponentsSummary & GetMessageComponents() const
AWS_NOTIFICATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
ManagedNotificationEventSummary & WithNotificationType(NotificationType value)
void SetSchemaVersion(SchemaVersion value)
EventStatus GetEventStatus() const
bool SourceEventMetadataHasBeenSet() const
bool NotificationTypeHasBeenSet() const
AWS_NOTIFICATIONS_API ManagedNotificationEventSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ManagedNotificationEventSummary & WithEventStatus(EventStatus value)
bool SchemaVersionHasBeenSet() const
bool EventStatusHasBeenSet() const
ManagedNotificationEventSummary & WithMessageComponents(MessageComponentsT &&value)
NotificationType GetNotificationType() const
Aws::Utils::Json::JsonValue JsonValue