7#include <aws/notifications/Notifications_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace Notifications
47 template<
typename EventOriginRegionT = Aws::String>
48 void SetEventOriginRegion(EventOriginRegionT&& value) { m_eventOriginRegionHasBeenSet =
true; m_eventOriginRegion = std::forward<EventOriginRegionT>(value); }
49 template<
typename EventOriginRegionT = Aws::String>
65 template<
typename SourceT = Aws::String>
66 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
67 template<
typename SourceT = Aws::String>
77 template<
typename EventTypeT = Aws::String>
78 void SetEventType(EventTypeT&& value) { m_eventTypeHasBeenSet =
true; m_eventType = std::forward<EventTypeT>(value); }
79 template<
typename EventTypeT = Aws::String>
85 bool m_eventOriginRegionHasBeenSet =
false;
88 bool m_sourceHasBeenSet =
false;
91 bool m_eventTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue