7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appintegrations/model/EventFilter.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
23namespace AppIntegrationsService
48 template<
typename EventIntegrationArnT = Aws::String>
49 void SetEventIntegrationArn(EventIntegrationArnT&& value) { m_eventIntegrationArnHasBeenSet =
true; m_eventIntegrationArn = std::forward<EventIntegrationArnT>(value); }
50 template<
typename EventIntegrationArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
84 template<
typename EventFilterT = EventFilter>
85 void SetEventFilter(EventFilterT&& value) { m_eventFilterHasBeenSet =
true; m_eventFilter = std::forward<EventFilterT>(value); }
86 template<
typename EventFilterT = EventFilter>
96 template<
typename EventBr
idgeBusT = Aws::String>
97 void SetEventBridgeBus(EventBridgeBusT&& value) { m_eventBridgeBusHasBeenSet =
true; m_eventBridgeBus = std::forward<EventBridgeBusT>(value); }
98 template<
typename EventBr
idgeBusT = Aws::String>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
121 bool m_eventIntegrationArnHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_eventFilterHasBeenSet =
false;
133 bool m_eventBridgeBusHasBeenSet =
false;
136 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