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/EventStatus.h>
12#include <aws/notifications/model/NotificationType.h>
25namespace Notifications
62 template<
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
63 void SetSourceEventMetadata(SourceEventMetadataT&& value) { m_sourceEventMetadataHasBeenSet =
true; m_sourceEventMetadata = std::forward<SourceEventMetadataT>(value); }
64 template<
typename SourceEventMetadataT = ManagedSourceEventMetadataSummary>
72 template<
typename MessageComponentsT = MessageComponentsSummary>
73 void SetMessageComponents(MessageComponentsT&& value) { m_messageComponentsHasBeenSet =
true; m_messageComponents = std::forward<MessageComponentsT>(value); }
74 template<
typename MessageComponentsT = MessageComponentsSummary>
115 bool m_schemaVersionHasBeenSet =
false;
117 ManagedSourceEventMetadataSummary m_sourceEventMetadata;
118 bool m_sourceEventMetadataHasBeenSet =
false;
120 MessageComponentsSummary m_messageComponents;
121 bool m_messageComponentsHasBeenSet =
false;
124 bool m_eventStatusHasBeenSet =
false;
127 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