7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/model/EventFilter.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService {
42 template <
typename EventIntegrationArnT = Aws::String>
44 m_eventIntegrationArnHasBeenSet =
true;
45 m_eventIntegrationArn = std::forward<EventIntegrationArnT>(value);
47 template <
typename EventIntegrationArnT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename DescriptionT = Aws::String>
80 m_descriptionHasBeenSet =
true;
81 m_description = std::forward<DescriptionT>(value);
83 template <
typename DescriptionT = Aws::String>
96 template <
typename EventFilterT = EventFilter>
98 m_eventFilterHasBeenSet =
true;
99 m_eventFilter = std::forward<EventFilterT>(value);
101 template <
typename EventFilterT = EventFilter>
114 template <
typename EventBr
idgeBusT = Aws::String>
116 m_eventBridgeBusHasBeenSet =
true;
117 m_eventBridgeBus = std::forward<EventBridgeBusT>(value);
119 template <
typename EventBr
idgeBusT = Aws::String>
133 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 m_tagsHasBeenSet =
true;
136 m_tags = std::forward<TagsT>(value);
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 SetTags(std::forward<TagsT>(value));
143 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
145 m_tagsHasBeenSet =
true;
146 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
162 bool m_eventIntegrationArnHasBeenSet =
false;
163 bool m_nameHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_eventFilterHasBeenSet =
false;
166 bool m_eventBridgeBusHasBeenSet =
false;
167 bool m_tagsHasBeenSet =
false;
AWS_APPINTEGRATIONSSERVICE_API EventIntegration()=default
bool EventIntegrationArnHasBeenSet() const
EventIntegration & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_APPINTEGRATIONSSERVICE_API EventIntegration(Aws::Utils::Json::JsonView jsonValue)
void SetEventIntegrationArn(EventIntegrationArnT &&value)
void SetTags(TagsT &&value)
bool EventBridgeBusHasBeenSet() const
void SetEventBridgeBus(EventBridgeBusT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
EventIntegration & WithEventFilter(EventFilterT &&value)
EventIntegration & WithName(NameT &&value)
EventIntegration & WithEventIntegrationArn(EventIntegrationArnT &&value)
AWS_APPINTEGRATIONSSERVICE_API EventIntegration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TagsHasBeenSet() const
EventIntegration & WithDescription(DescriptionT &&value)
const Aws::String & GetEventBridgeBus() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
EventIntegration & WithTags(TagsT &&value)
EventIntegration & WithEventBridgeBus(EventBridgeBusT &&value)
const EventFilter & GetEventFilter() const
const Aws::String & GetEventIntegrationArn() const
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetEventFilter(EventFilterT &&value)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventFilterHasBeenSet() const
const Aws::String & GetDescription() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue