7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/model/EventFilter.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace AppIntegrationsService {
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
55 template <
typename DescriptionT = Aws::String>
57 m_descriptionHasBeenSet =
true;
58 m_description = std::forward<DescriptionT>(value);
60 template <
typename DescriptionT = Aws::String>
72 template <
typename EventIntegrationArnT = Aws::String>
74 m_eventIntegrationArnHasBeenSet =
true;
75 m_eventIntegrationArn = std::forward<EventIntegrationArnT>(value);
77 template <
typename EventIntegrationArnT = Aws::String>
89 template <
typename EventBr
idgeBusT = Aws::String>
91 m_eventBridgeBusHasBeenSet =
true;
92 m_eventBridgeBus = std::forward<EventBridgeBusT>(value);
94 template <
typename EventBr
idgeBusT = Aws::String>
106 template <
typename EventFilterT = EventFilter>
108 m_eventFilterHasBeenSet =
true;
109 m_eventFilter = std::forward<EventFilterT>(value);
111 template <
typename EventFilterT = EventFilter>
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 m_tagsHasBeenSet =
true;
127 m_tags = std::forward<TagsT>(value);
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 SetTags(std::forward<TagsT>(value));
134 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
136 m_tagsHasBeenSet =
true;
137 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
145 template <
typename RequestIdT = Aws::String>
147 m_requestIdHasBeenSet =
true;
148 m_requestId = std::forward<RequestIdT>(value);
150 template <
typename RequestIdT = Aws::String>
173 bool m_nameHasBeenSet =
false;
174 bool m_descriptionHasBeenSet =
false;
175 bool m_eventIntegrationArnHasBeenSet =
false;
176 bool m_eventBridgeBusHasBeenSet =
false;
177 bool m_eventFilterHasBeenSet =
false;
178 bool m_tagsHasBeenSet =
false;
179 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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