7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/notifications/Notifications_EXPORTS.h>
19namespace Notifications {
43 template <
typename EventOriginRegionT = Aws::String>
45 m_eventOriginRegionHasBeenSet =
true;
46 m_eventOriginRegion = std::forward<EventOriginRegionT>(value);
48 template <
typename EventOriginRegionT = Aws::String>
67 template <
typename SourceT = Aws::String>
69 m_sourceHasBeenSet =
true;
70 m_source = std::forward<SourceT>(value);
72 template <
typename SourceT = Aws::String>
90 template <
typename EventTypeT = Aws::String>
92 m_eventTypeHasBeenSet =
true;
93 m_eventType = std::forward<EventTypeT>(value);
95 template <
typename EventTypeT = Aws::String>
107 bool m_eventOriginRegionHasBeenSet =
false;
108 bool m_sourceHasBeenSet =
false;
109 bool m_eventTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue