7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Notifications
49 template<
typename EventOriginRegionT = Aws::String>
50 void SetEventOriginRegion(EventOriginRegionT&& value) { m_eventOriginRegionHasBeenSet =
true; m_eventOriginRegion = std::forward<EventOriginRegionT>(value); }
51 template<
typename EventOriginRegionT = Aws::String>
67 template<
typename SourceT = Aws::String>
68 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
69 template<
typename SourceT = Aws::String>
84 template<
typename EventTypeT = Aws::String>
85 void SetEventType(EventTypeT&& value) { m_eventTypeHasBeenSet =
true; m_eventType = std::forward<EventTypeT>(value); }
86 template<
typename EventTypeT = Aws::String>
92 bool m_eventOriginRegionHasBeenSet =
false;
95 bool m_sourceHasBeenSet =
false;
98 bool m_eventTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue