AWS SDK for C++

AWS SDK for C++ Version 1.11.785

Loading...
Searching...
No Matches
UpdateEventSourceMappingResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lambda/Lambda_EXPORTS.h>
12#include <aws/lambda/model/AmazonManagedKafkaEventSourceConfig.h>
13#include <aws/lambda/model/DestinationConfig.h>
14#include <aws/lambda/model/DocumentDBEventSourceConfig.h>
15#include <aws/lambda/model/EventSourceMappingLoggingConfig.h>
16#include <aws/lambda/model/EventSourceMappingMetricsConfig.h>
17#include <aws/lambda/model/EventSourcePosition.h>
18#include <aws/lambda/model/FilterCriteria.h>
19#include <aws/lambda/model/FilterCriteriaError.h>
20#include <aws/lambda/model/FunctionResponseType.h>
21#include <aws/lambda/model/ProvisionedPollerConfig.h>
22#include <aws/lambda/model/ScalingConfig.h>
23#include <aws/lambda/model/SelfManagedEventSource.h>
24#include <aws/lambda/model/SelfManagedKafkaEventSourceConfig.h>
25#include <aws/lambda/model/SourceAccessConfiguration.h>
26
27#include <utility>
28
29namespace Aws {
30template <typename RESULT_TYPE>
31class AmazonWebServiceResult;
32
33namespace Utils {
34namespace Json {
35class JsonValue;
36} // namespace Json
37} // namespace Utils
38namespace Lambda {
39namespace Model {
47 public:
48 AWS_LAMBDA_API UpdateEventSourceMappingResult() = default;
51
53
56 inline const Aws::String& GetUUID() const { return m_uUID; }
57 template <typename UUIDT = Aws::String>
58 void SetUUID(UUIDT&& value) {
59 m_uUIDHasBeenSet = true;
60 m_uUID = std::forward<UUIDT>(value);
61 }
62 template <typename UUIDT = Aws::String>
64 SetUUID(std::forward<UUIDT>(value));
65 return *this;
66 }
68
70
76 inline EventSourcePosition GetStartingPosition() const { return m_startingPosition; }
78 m_startingPositionHasBeenSet = true;
79 m_startingPosition = value;
80 }
83 return *this;
84 }
86
88
93 inline const Aws::Utils::DateTime& GetStartingPositionTimestamp() const { return m_startingPositionTimestamp; }
94 template <typename StartingPositionTimestampT = Aws::Utils::DateTime>
95 void SetStartingPositionTimestamp(StartingPositionTimestampT&& value) {
96 m_startingPositionTimestampHasBeenSet = true;
97 m_startingPositionTimestamp = std::forward<StartingPositionTimestampT>(value);
98 }
99 template <typename StartingPositionTimestampT = Aws::Utils::DateTime>
101 SetStartingPositionTimestamp(std::forward<StartingPositionTimestampT>(value));
102 return *this;
103 }
105
107
116 inline int GetBatchSize() const { return m_batchSize; }
117 inline void SetBatchSize(int value) {
118 m_batchSizeHasBeenSet = true;
119 m_batchSize = value;
120 }
122 SetBatchSize(value);
123 return *this;
124 }
126
128
143 inline int GetMaximumBatchingWindowInSeconds() const { return m_maximumBatchingWindowInSeconds; }
144 inline void SetMaximumBatchingWindowInSeconds(int value) {
145 m_maximumBatchingWindowInSecondsHasBeenSet = true;
146 m_maximumBatchingWindowInSeconds = value;
147 }
150 return *this;
151 }
153
155
159 inline int GetParallelizationFactor() const { return m_parallelizationFactor; }
160 inline void SetParallelizationFactor(int value) {
161 m_parallelizationFactorHasBeenSet = true;
162 m_parallelizationFactor = value;
163 }
166 return *this;
167 }
169
171
174 inline const Aws::String& GetEventSourceArn() const { return m_eventSourceArn; }
175 template <typename EventSourceArnT = Aws::String>
176 void SetEventSourceArn(EventSourceArnT&& value) {
177 m_eventSourceArnHasBeenSet = true;
178 m_eventSourceArn = std::forward<EventSourceArnT>(value);
179 }
180 template <typename EventSourceArnT = Aws::String>
182 SetEventSourceArn(std::forward<EventSourceArnT>(value));
183 return *this;
184 }
186
188
198 inline const FilterCriteria& GetFilterCriteria() const { return m_filterCriteria; }
199 template <typename FilterCriteriaT = FilterCriteria>
200 void SetFilterCriteria(FilterCriteriaT&& value) {
201 m_filterCriteriaHasBeenSet = true;
202 m_filterCriteria = std::forward<FilterCriteriaT>(value);
203 }
204 template <typename FilterCriteriaT = FilterCriteria>
206 SetFilterCriteria(std::forward<FilterCriteriaT>(value));
207 return *this;
208 }
210
212
215 inline const Aws::String& GetFunctionArn() const { return m_functionArn; }
216 template <typename FunctionArnT = Aws::String>
217 void SetFunctionArn(FunctionArnT&& value) {
218 m_functionArnHasBeenSet = true;
219 m_functionArn = std::forward<FunctionArnT>(value);
220 }
221 template <typename FunctionArnT = Aws::String>
223 SetFunctionArn(std::forward<FunctionArnT>(value));
224 return *this;
225 }
227
229
233 inline const Aws::Utils::DateTime& GetLastModified() const { return m_lastModified; }
234 template <typename LastModifiedT = Aws::Utils::DateTime>
235 void SetLastModified(LastModifiedT&& value) {
236 m_lastModifiedHasBeenSet = true;
237 m_lastModified = std::forward<LastModifiedT>(value);
238 }
239 template <typename LastModifiedT = Aws::Utils::DateTime>
241 SetLastModified(std::forward<LastModifiedT>(value));
242 return *this;
243 }
245
247
250 inline const Aws::String& GetLastProcessingResult() const { return m_lastProcessingResult; }
251 template <typename LastProcessingResultT = Aws::String>
252 void SetLastProcessingResult(LastProcessingResultT&& value) {
253 m_lastProcessingResultHasBeenSet = true;
254 m_lastProcessingResult = std::forward<LastProcessingResultT>(value);
255 }
256 template <typename LastProcessingResultT = Aws::String>
258 SetLastProcessingResult(std::forward<LastProcessingResultT>(value));
259 return *this;
260 }
262
264
270 inline const Aws::String& GetState() const { return m_state; }
271 template <typename StateT = Aws::String>
272 void SetState(StateT&& value) {
273 m_stateHasBeenSet = true;
274 m_state = std::forward<StateT>(value);
275 }
276 template <typename StateT = Aws::String>
278 SetState(std::forward<StateT>(value));
279 return *this;
280 }
282
284
288 inline const Aws::String& GetStateTransitionReason() const { return m_stateTransitionReason; }
289 template <typename StateTransitionReasonT = Aws::String>
290 void SetStateTransitionReason(StateTransitionReasonT&& value) {
291 m_stateTransitionReasonHasBeenSet = true;
292 m_stateTransitionReason = std::forward<StateTransitionReasonT>(value);
293 }
294 template <typename StateTransitionReasonT = Aws::String>
296 SetStateTransitionReason(std::forward<StateTransitionReasonT>(value));
297 return *this;
298 }
300
302
307 inline const DestinationConfig& GetDestinationConfig() const { return m_destinationConfig; }
308 template <typename DestinationConfigT = DestinationConfig>
309 void SetDestinationConfig(DestinationConfigT&& value) {
310 m_destinationConfigHasBeenSet = true;
311 m_destinationConfig = std::forward<DestinationConfigT>(value);
312 }
313 template <typename DestinationConfigT = DestinationConfig>
315 SetDestinationConfig(std::forward<DestinationConfigT>(value));
316 return *this;
317 }
319
321
324 inline const Aws::Vector<Aws::String>& GetTopics() const { return m_topics; }
325 template <typename TopicsT = Aws::Vector<Aws::String>>
326 void SetTopics(TopicsT&& value) {
327 m_topicsHasBeenSet = true;
328 m_topics = std::forward<TopicsT>(value);
329 }
330 template <typename TopicsT = Aws::Vector<Aws::String>>
332 SetTopics(std::forward<TopicsT>(value));
333 return *this;
334 }
335 template <typename TopicsT = Aws::String>
337 m_topicsHasBeenSet = true;
338 m_topics.emplace_back(std::forward<TopicsT>(value));
339 return *this;
340 }
342
344
348 inline const Aws::Vector<Aws::String>& GetQueues() const { return m_queues; }
349 template <typename QueuesT = Aws::Vector<Aws::String>>
350 void SetQueues(QueuesT&& value) {
351 m_queuesHasBeenSet = true;
352 m_queues = std::forward<QueuesT>(value);
353 }
354 template <typename QueuesT = Aws::Vector<Aws::String>>
356 SetQueues(std::forward<QueuesT>(value));
357 return *this;
358 }
359 template <typename QueuesT = Aws::String>
361 m_queuesHasBeenSet = true;
362 m_queues.emplace_back(std::forward<QueuesT>(value));
363 return *this;
364 }
366
368
372 inline const Aws::Vector<SourceAccessConfiguration>& GetSourceAccessConfigurations() const { return m_sourceAccessConfigurations; }
373 template <typename SourceAccessConfigurationsT = Aws::Vector<SourceAccessConfiguration>>
374 void SetSourceAccessConfigurations(SourceAccessConfigurationsT&& value) {
375 m_sourceAccessConfigurationsHasBeenSet = true;
376 m_sourceAccessConfigurations = std::forward<SourceAccessConfigurationsT>(value);
377 }
378 template <typename SourceAccessConfigurationsT = Aws::Vector<SourceAccessConfiguration>>
380 SetSourceAccessConfigurations(std::forward<SourceAccessConfigurationsT>(value));
381 return *this;
382 }
383 template <typename SourceAccessConfigurationsT = SourceAccessConfiguration>
384 UpdateEventSourceMappingResult& AddSourceAccessConfigurations(SourceAccessConfigurationsT&& value) {
385 m_sourceAccessConfigurationsHasBeenSet = true;
386 m_sourceAccessConfigurations.emplace_back(std::forward<SourceAccessConfigurationsT>(value));
387 return *this;
388 }
390
392
395 inline const SelfManagedEventSource& GetSelfManagedEventSource() const { return m_selfManagedEventSource; }
396 template <typename SelfManagedEventSourceT = SelfManagedEventSource>
397 void SetSelfManagedEventSource(SelfManagedEventSourceT&& value) {
398 m_selfManagedEventSourceHasBeenSet = true;
399 m_selfManagedEventSource = std::forward<SelfManagedEventSourceT>(value);
400 }
401 template <typename SelfManagedEventSourceT = SelfManagedEventSource>
403 SetSelfManagedEventSource(std::forward<SelfManagedEventSourceT>(value));
404 return *this;
405 }
407
409
417 inline int GetMaximumRecordAgeInSeconds() const { return m_maximumRecordAgeInSeconds; }
418 inline void SetMaximumRecordAgeInSeconds(int value) {
419 m_maximumRecordAgeInSecondsHasBeenSet = true;
420 m_maximumRecordAgeInSeconds = value;
421 }
424 return *this;
425 }
427
429
434 inline bool GetBisectBatchOnFunctionError() const { return m_bisectBatchOnFunctionError; }
435 inline void SetBisectBatchOnFunctionError(bool value) {
436 m_bisectBatchOnFunctionErrorHasBeenSet = true;
437 m_bisectBatchOnFunctionError = value;
438 }
441 return *this;
442 }
444
446
453 inline int GetMaximumRetryAttempts() const { return m_maximumRetryAttempts; }
454 inline void SetMaximumRetryAttempts(int value) {
455 m_maximumRetryAttemptsHasBeenSet = true;
456 m_maximumRetryAttempts = value;
457 }
460 return *this;
461 }
463
465
470 inline int GetTumblingWindowInSeconds() const { return m_tumblingWindowInSeconds; }
471 inline void SetTumblingWindowInSeconds(int value) {
472 m_tumblingWindowInSecondsHasBeenSet = true;
473 m_tumblingWindowInSeconds = value;
474 }
477 return *this;
478 }
480
482
487 inline const Aws::Vector<FunctionResponseType>& GetFunctionResponseTypes() const { return m_functionResponseTypes; }
488 template <typename FunctionResponseTypesT = Aws::Vector<FunctionResponseType>>
489 void SetFunctionResponseTypes(FunctionResponseTypesT&& value) {
490 m_functionResponseTypesHasBeenSet = true;
491 m_functionResponseTypes = std::forward<FunctionResponseTypesT>(value);
492 }
493 template <typename FunctionResponseTypesT = Aws::Vector<FunctionResponseType>>
495 SetFunctionResponseTypes(std::forward<FunctionResponseTypesT>(value));
496 return *this;
497 }
499 m_functionResponseTypesHasBeenSet = true;
500 m_functionResponseTypes.push_back(value);
501 return *this;
502 }
504
506
511 return m_amazonManagedKafkaEventSourceConfig;
512 }
513 template <typename AmazonManagedKafkaEventSourceConfigT = AmazonManagedKafkaEventSourceConfig>
514 void SetAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT&& value) {
515 m_amazonManagedKafkaEventSourceConfigHasBeenSet = true;
516 m_amazonManagedKafkaEventSourceConfig = std::forward<AmazonManagedKafkaEventSourceConfigT>(value);
517 }
518 template <typename AmazonManagedKafkaEventSourceConfigT = AmazonManagedKafkaEventSourceConfig>
519 UpdateEventSourceMappingResult& WithAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT&& value) {
520 SetAmazonManagedKafkaEventSourceConfig(std::forward<AmazonManagedKafkaEventSourceConfigT>(value));
521 return *this;
522 }
524
526
531 return m_selfManagedKafkaEventSourceConfig;
532 }
533 template <typename SelfManagedKafkaEventSourceConfigT = SelfManagedKafkaEventSourceConfig>
534 void SetSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT&& value) {
535 m_selfManagedKafkaEventSourceConfigHasBeenSet = true;
536 m_selfManagedKafkaEventSourceConfig = std::forward<SelfManagedKafkaEventSourceConfigT>(value);
537 }
538 template <typename SelfManagedKafkaEventSourceConfigT = SelfManagedKafkaEventSourceConfig>
539 UpdateEventSourceMappingResult& WithSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT&& value) {
540 SetSelfManagedKafkaEventSourceConfig(std::forward<SelfManagedKafkaEventSourceConfigT>(value));
541 return *this;
542 }
544
546
552 inline const ScalingConfig& GetScalingConfig() const { return m_scalingConfig; }
553 template <typename ScalingConfigT = ScalingConfig>
554 void SetScalingConfig(ScalingConfigT&& value) {
555 m_scalingConfigHasBeenSet = true;
556 m_scalingConfig = std::forward<ScalingConfigT>(value);
557 }
558 template <typename ScalingConfigT = ScalingConfig>
560 SetScalingConfig(std::forward<ScalingConfigT>(value));
561 return *this;
562 }
564
566
569 inline const DocumentDBEventSourceConfig& GetDocumentDBEventSourceConfig() const { return m_documentDBEventSourceConfig; }
570 template <typename DocumentDBEventSourceConfigT = DocumentDBEventSourceConfig>
571 void SetDocumentDBEventSourceConfig(DocumentDBEventSourceConfigT&& value) {
572 m_documentDBEventSourceConfigHasBeenSet = true;
573 m_documentDBEventSourceConfig = std::forward<DocumentDBEventSourceConfigT>(value);
574 }
575 template <typename DocumentDBEventSourceConfigT = DocumentDBEventSourceConfig>
577 SetDocumentDBEventSourceConfig(std::forward<DocumentDBEventSourceConfigT>(value));
578 return *this;
579 }
581
583
589 inline const Aws::String& GetKMSKeyArn() const { return m_kMSKeyArn; }
590 template <typename KMSKeyArnT = Aws::String>
591 void SetKMSKeyArn(KMSKeyArnT&& value) {
592 m_kMSKeyArnHasBeenSet = true;
593 m_kMSKeyArn = std::forward<KMSKeyArnT>(value);
594 }
595 template <typename KMSKeyArnT = Aws::String>
597 SetKMSKeyArn(std::forward<KMSKeyArnT>(value));
598 return *this;
599 }
601
603
607 inline const FilterCriteriaError& GetFilterCriteriaError() const { return m_filterCriteriaError; }
608 template <typename FilterCriteriaErrorT = FilterCriteriaError>
609 void SetFilterCriteriaError(FilterCriteriaErrorT&& value) {
610 m_filterCriteriaErrorHasBeenSet = true;
611 m_filterCriteriaError = std::forward<FilterCriteriaErrorT>(value);
612 }
613 template <typename FilterCriteriaErrorT = FilterCriteriaError>
615 SetFilterCriteriaError(std::forward<FilterCriteriaErrorT>(value));
616 return *this;
617 }
619
621
624 inline const Aws::String& GetEventSourceMappingArn() const { return m_eventSourceMappingArn; }
625 template <typename EventSourceMappingArnT = Aws::String>
626 void SetEventSourceMappingArn(EventSourceMappingArnT&& value) {
627 m_eventSourceMappingArnHasBeenSet = true;
628 m_eventSourceMappingArn = std::forward<EventSourceMappingArnT>(value);
629 }
630 template <typename EventSourceMappingArnT = Aws::String>
632 SetEventSourceMappingArn(std::forward<EventSourceMappingArnT>(value));
633 return *this;
634 }
636
638
643 inline const EventSourceMappingMetricsConfig& GetMetricsConfig() const { return m_metricsConfig; }
644 template <typename MetricsConfigT = EventSourceMappingMetricsConfig>
645 void SetMetricsConfig(MetricsConfigT&& value) {
646 m_metricsConfigHasBeenSet = true;
647 m_metricsConfig = std::forward<MetricsConfigT>(value);
648 }
649 template <typename MetricsConfigT = EventSourceMappingMetricsConfig>
651 SetMetricsConfig(std::forward<MetricsConfigT>(value));
652 return *this;
653 }
655
657
663 inline const EventSourceMappingLoggingConfig& GetLoggingConfig() const { return m_loggingConfig; }
664 template <typename LoggingConfigT = EventSourceMappingLoggingConfig>
665 void SetLoggingConfig(LoggingConfigT&& value) {
666 m_loggingConfigHasBeenSet = true;
667 m_loggingConfig = std::forward<LoggingConfigT>(value);
668 }
669 template <typename LoggingConfigT = EventSourceMappingLoggingConfig>
671 SetLoggingConfig(std::forward<LoggingConfigT>(value));
672 return *this;
673 }
675
677
683 inline const ProvisionedPollerConfig& GetProvisionedPollerConfig() const { return m_provisionedPollerConfig; }
684 template <typename ProvisionedPollerConfigT = ProvisionedPollerConfig>
685 void SetProvisionedPollerConfig(ProvisionedPollerConfigT&& value) {
686 m_provisionedPollerConfigHasBeenSet = true;
687 m_provisionedPollerConfig = std::forward<ProvisionedPollerConfigT>(value);
688 }
689 template <typename ProvisionedPollerConfigT = ProvisionedPollerConfig>
691 SetProvisionedPollerConfig(std::forward<ProvisionedPollerConfigT>(value));
692 return *this;
693 }
695
697
698 inline const Aws::String& GetRequestId() const { return m_requestId; }
699 template <typename RequestIdT = Aws::String>
700 void SetRequestId(RequestIdT&& value) {
701 m_requestIdHasBeenSet = true;
702 m_requestId = std::forward<RequestIdT>(value);
703 }
704 template <typename RequestIdT = Aws::String>
706 SetRequestId(std::forward<RequestIdT>(value));
707 return *this;
708 }
710 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
711
712 private:
713 Aws::String m_uUID;
714
716
717 Aws::Utils::DateTime m_startingPositionTimestamp{};
718
719 int m_batchSize{0};
720
721 int m_maximumBatchingWindowInSeconds{0};
722
723 int m_parallelizationFactor{0};
724
725 Aws::String m_eventSourceArn;
726
727 FilterCriteria m_filterCriteria;
728
729 Aws::String m_functionArn;
730
731 Aws::Utils::DateTime m_lastModified{};
732
733 Aws::String m_lastProcessingResult;
734
735 Aws::String m_state;
736
737 Aws::String m_stateTransitionReason;
738
739 DestinationConfig m_destinationConfig;
740
742
744
745 Aws::Vector<SourceAccessConfiguration> m_sourceAccessConfigurations;
746
747 SelfManagedEventSource m_selfManagedEventSource;
748
749 int m_maximumRecordAgeInSeconds{0};
750
751 bool m_bisectBatchOnFunctionError{false};
752
753 int m_maximumRetryAttempts{0};
754
755 int m_tumblingWindowInSeconds{0};
756
757 Aws::Vector<FunctionResponseType> m_functionResponseTypes;
758
759 AmazonManagedKafkaEventSourceConfig m_amazonManagedKafkaEventSourceConfig;
760
761 SelfManagedKafkaEventSourceConfig m_selfManagedKafkaEventSourceConfig;
762
763 ScalingConfig m_scalingConfig;
764
765 DocumentDBEventSourceConfig m_documentDBEventSourceConfig;
766
767 Aws::String m_kMSKeyArn;
768
769 FilterCriteriaError m_filterCriteriaError;
770
771 Aws::String m_eventSourceMappingArn;
772
773 EventSourceMappingMetricsConfig m_metricsConfig;
774
775 EventSourceMappingLoggingConfig m_loggingConfig;
776
777 ProvisionedPollerConfig m_provisionedPollerConfig;
778
779 Aws::String m_requestId;
780 Aws::Http::HttpResponseCode m_HttpResponseCode;
781 bool m_uUIDHasBeenSet = false;
782 bool m_startingPositionHasBeenSet = false;
783 bool m_startingPositionTimestampHasBeenSet = false;
784 bool m_batchSizeHasBeenSet = false;
785 bool m_maximumBatchingWindowInSecondsHasBeenSet = false;
786 bool m_parallelizationFactorHasBeenSet = false;
787 bool m_eventSourceArnHasBeenSet = false;
788 bool m_filterCriteriaHasBeenSet = false;
789 bool m_functionArnHasBeenSet = false;
790 bool m_lastModifiedHasBeenSet = false;
791 bool m_lastProcessingResultHasBeenSet = false;
792 bool m_stateHasBeenSet = false;
793 bool m_stateTransitionReasonHasBeenSet = false;
794 bool m_destinationConfigHasBeenSet = false;
795 bool m_topicsHasBeenSet = false;
796 bool m_queuesHasBeenSet = false;
797 bool m_sourceAccessConfigurationsHasBeenSet = false;
798 bool m_selfManagedEventSourceHasBeenSet = false;
799 bool m_maximumRecordAgeInSecondsHasBeenSet = false;
800 bool m_bisectBatchOnFunctionErrorHasBeenSet = false;
801 bool m_maximumRetryAttemptsHasBeenSet = false;
802 bool m_tumblingWindowInSecondsHasBeenSet = false;
803 bool m_functionResponseTypesHasBeenSet = false;
804 bool m_amazonManagedKafkaEventSourceConfigHasBeenSet = false;
805 bool m_selfManagedKafkaEventSourceConfigHasBeenSet = false;
806 bool m_scalingConfigHasBeenSet = false;
807 bool m_documentDBEventSourceConfigHasBeenSet = false;
808 bool m_kMSKeyArnHasBeenSet = false;
809 bool m_filterCriteriaErrorHasBeenSet = false;
810 bool m_eventSourceMappingArnHasBeenSet = false;
811 bool m_metricsConfigHasBeenSet = false;
812 bool m_loggingConfigHasBeenSet = false;
813 bool m_provisionedPollerConfigHasBeenSet = false;
814 bool m_requestIdHasBeenSet = false;
815};
816
817} // namespace Model
818} // namespace Lambda
819} // namespace Aws
UpdateEventSourceMappingResult & WithMaximumRetryAttempts(int value)
UpdateEventSourceMappingResult & WithBatchSize(int value)
const Aws::Vector< FunctionResponseType > & GetFunctionResponseTypes() const
UpdateEventSourceMappingResult & AddTopics(TopicsT &&value)
void SetSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT &&value)
UpdateEventSourceMappingResult & WithProvisionedPollerConfig(ProvisionedPollerConfigT &&value)
UpdateEventSourceMappingResult & WithStateTransitionReason(StateTransitionReasonT &&value)
UpdateEventSourceMappingResult & WithFilterCriteria(FilterCriteriaT &&value)
UpdateEventSourceMappingResult & WithBisectBatchOnFunctionError(bool value)
AWS_LAMBDA_API UpdateEventSourceMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEventSourceMappingResult & WithFunctionArn(FunctionArnT &&value)
UpdateEventSourceMappingResult & WithScalingConfig(ScalingConfigT &&value)
UpdateEventSourceMappingResult & AddFunctionResponseTypes(FunctionResponseType value)
UpdateEventSourceMappingResult & WithFunctionResponseTypes(FunctionResponseTypesT &&value)
AWS_LAMBDA_API UpdateEventSourceMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProvisionedPollerConfig(ProvisionedPollerConfigT &&value)
UpdateEventSourceMappingResult & WithSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT &&value)
UpdateEventSourceMappingResult & WithParallelizationFactor(int value)
const SelfManagedKafkaEventSourceConfig & GetSelfManagedKafkaEventSourceConfig() const
void SetSourceAccessConfigurations(SourceAccessConfigurationsT &&value)
void SetAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT &&value)
const Aws::Vector< SourceAccessConfiguration > & GetSourceAccessConfigurations() const
UpdateEventSourceMappingResult & WithDestinationConfig(DestinationConfigT &&value)
UpdateEventSourceMappingResult & WithTumblingWindowInSeconds(int value)
UpdateEventSourceMappingResult & WithLastProcessingResult(LastProcessingResultT &&value)
UpdateEventSourceMappingResult & WithEventSourceArn(EventSourceArnT &&value)
UpdateEventSourceMappingResult & WithSelfManagedEventSource(SelfManagedEventSourceT &&value)
UpdateEventSourceMappingResult & WithLastModified(LastModifiedT &&value)
UpdateEventSourceMappingResult & AddQueues(QueuesT &&value)
UpdateEventSourceMappingResult & WithMetricsConfig(MetricsConfigT &&value)
UpdateEventSourceMappingResult & WithEventSourceMappingArn(EventSourceMappingArnT &&value)
const AmazonManagedKafkaEventSourceConfig & GetAmazonManagedKafkaEventSourceConfig() const
UpdateEventSourceMappingResult & WithKMSKeyArn(KMSKeyArnT &&value)
UpdateEventSourceMappingResult & WithAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT &&value)
UpdateEventSourceMappingResult & WithRequestId(RequestIdT &&value)
UpdateEventSourceMappingResult & WithFilterCriteriaError(FilterCriteriaErrorT &&value)
UpdateEventSourceMappingResult & WithStartingPosition(EventSourcePosition value)
void SetStartingPositionTimestamp(StartingPositionTimestampT &&value)
UpdateEventSourceMappingResult & WithQueues(QueuesT &&value)
void SetDocumentDBEventSourceConfig(DocumentDBEventSourceConfigT &&value)
UpdateEventSourceMappingResult & WithSourceAccessConfigurations(SourceAccessConfigurationsT &&value)
UpdateEventSourceMappingResult & WithState(StateT &&value)
UpdateEventSourceMappingResult & WithMaximumRecordAgeInSeconds(int value)
const EventSourceMappingLoggingConfig & GetLoggingConfig() const
const EventSourceMappingMetricsConfig & GetMetricsConfig() const
UpdateEventSourceMappingResult & WithStartingPositionTimestamp(StartingPositionTimestampT &&value)
const ProvisionedPollerConfig & GetProvisionedPollerConfig() const
UpdateEventSourceMappingResult & WithLoggingConfig(LoggingConfigT &&value)
UpdateEventSourceMappingResult & WithUUID(UUIDT &&value)
UpdateEventSourceMappingResult & WithMaximumBatchingWindowInSeconds(int value)
AWS_LAMBDA_API UpdateEventSourceMappingResult()=default
const DocumentDBEventSourceConfig & GetDocumentDBEventSourceConfig() const
UpdateEventSourceMappingResult & WithDocumentDBEventSourceConfig(DocumentDBEventSourceConfigT &&value)
UpdateEventSourceMappingResult & AddSourceAccessConfigurations(SourceAccessConfigurationsT &&value)
UpdateEventSourceMappingResult & WithTopics(TopicsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue