7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
19namespace Notifications {
41 template <
typename EventOriginRegionT = Aws::String>
43 m_eventOriginRegionHasBeenSet =
true;
44 m_eventOriginRegion = std::forward<EventOriginRegionT>(value);
46 template <
typename EventOriginRegionT = Aws::String>
65 template <
typename SourceT = Aws::String>
67 m_sourceHasBeenSet =
true;
68 m_source = std::forward<SourceT>(value);
70 template <
typename SourceT = Aws::String>
83 template <
typename EventTypeT = Aws::String>
85 m_eventTypeHasBeenSet =
true;
86 m_eventType = std::forward<EventTypeT>(value);
88 template <
typename EventTypeT = Aws::String>
100 bool m_eventOriginRegionHasBeenSet =
false;
101 bool m_sourceHasBeenSet =
false;
102 bool m_eventTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue