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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace AppIntegrationsService
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
64 template<
typename EventIntegrationArnT = Aws::String>
65 void SetEventIntegrationArn(EventIntegrationArnT&& value) { m_eventIntegrationArnHasBeenSet =
true; m_eventIntegrationArn = std::forward<EventIntegrationArnT>(value); }
66 template<
typename EventIntegrationArnT = Aws::String>
75 template<
typename EventBr
idgeBusT = Aws::String>
76 void SetEventBridgeBus(EventBridgeBusT&& value) { m_eventBridgeBusHasBeenSet =
true; m_eventBridgeBus = std::forward<EventBridgeBusT>(value); }
77 template<
typename EventBr
idgeBusT = Aws::String>
86 template<
typename EventFilterT = EventFilter>
87 void SetEventFilter(EventFilterT&& value) { m_eventFilterHasBeenSet =
true; m_eventFilter = std::forward<EventFilterT>(value); }
88 template<
typename EventFilterT = EventFilter>
98 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
100 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
104 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
111 template<
typename RequestIdT = Aws::String>
112 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
113 template<
typename RequestIdT = Aws::String>
119 bool m_nameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_eventIntegrationArnHasBeenSet =
false;
128 bool m_eventBridgeBusHasBeenSet =
false;
131 bool m_eventFilterHasBeenSet =
false;
134 bool m_tagsHasBeenSet =
false;
137 bool m_requestIdHasBeenSet =
false;
GetEventIntegrationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetEventIntegrationArn() const
GetEventIntegrationResult & WithEventFilter(EventFilterT &&value)
GetEventIntegrationResult & WithDescription(DescriptionT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetEventIntegrationResult()=default
void SetName(NameT &&value)
const Aws::String & GetName() const
const EventFilter & GetEventFilter() const
GetEventIntegrationResult & WithRequestId(RequestIdT &&value)
void SetEventFilter(EventFilterT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetEventIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetEventBridgeBus() const
void SetEventBridgeBus(EventBridgeBusT &&value)
GetEventIntegrationResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRequestId(RequestIdT &&value)
AWS_APPINTEGRATIONSSERVICE_API GetEventIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEventIntegrationResult & WithEventBridgeBus(EventBridgeBusT &&value)
GetEventIntegrationResult & WithEventIntegrationArn(EventIntegrationArnT &&value)
GetEventIntegrationResult & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
void SetEventIntegrationArn(EventIntegrationArnT &&value)
const Aws::String & GetRequestId() 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