7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/notifications/model/SchemaVersion.h>
9#include <aws/notifications/model/SourceEventMetadataSummary.h>
10#include <aws/notifications/model/MessageComponentsSummary.h>
11#include <aws/notifications/model/EventStatus.h>
12#include <aws/notifications/model/NotificationType.h>
25namespace Notifications
61 template<
typename SourceEventMetadataT = SourceEventMetadataSummary>
62 void SetSourceEventMetadata(SourceEventMetadataT&& value) { m_sourceEventMetadataHasBeenSet =
true; m_sourceEventMetadata = std::forward<SourceEventMetadataT>(value); }
63 template<
typename SourceEventMetadataT = SourceEventMetadataSummary>
73 template<
typename MessageComponentsT = MessageComponentsSummary>
74 void SetMessageComponents(MessageComponentsT&& value) { m_messageComponentsHasBeenSet =
true; m_messageComponents = std::forward<MessageComponentsT>(value); }
75 template<
typename MessageComponentsT = MessageComponentsSummary>
117 bool m_schemaVersionHasBeenSet =
false;
119 SourceEventMetadataSummary m_sourceEventMetadata;
120 bool m_sourceEventMetadataHasBeenSet =
false;
122 MessageComponentsSummary m_messageComponents;
123 bool m_messageComponentsHasBeenSet =
false;
126 bool m_eventStatusHasBeenSet =
false;
129 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