AWS SDK for C++

AWS SDK for C++ Version 1.11.835

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
216 inline const FilterCriteriaError& GetFilterCriteriaError() const { return m_filterCriteriaError; }
217 template <typename FilterCriteriaErrorT = FilterCriteriaError>
218 void SetFilterCriteriaError(FilterCriteriaErrorT&& value) {
219 m_filterCriteriaErrorHasBeenSet = true;
220 m_filterCriteriaError = std::forward<FilterCriteriaErrorT>(value);
221 }
222 template <typename FilterCriteriaErrorT = FilterCriteriaError>
224 SetFilterCriteriaError(std::forward<FilterCriteriaErrorT>(value));
225 return *this;
226 }
228
230
236 inline const Aws::String& GetKMSKeyArn() const { return m_kMSKeyArn; }
237 template <typename KMSKeyArnT = Aws::String>
238 void SetKMSKeyArn(KMSKeyArnT&& value) {
239 m_kMSKeyArnHasBeenSet = true;
240 m_kMSKeyArn = std::forward<KMSKeyArnT>(value);
241 }
242 template <typename KMSKeyArnT = Aws::String>
244 SetKMSKeyArn(std::forward<KMSKeyArnT>(value));
245 return *this;
246 }
248
250
255 inline const EventSourceMappingMetricsConfig& GetMetricsConfig() const { return m_metricsConfig; }
256 template <typename MetricsConfigT = EventSourceMappingMetricsConfig>
257 void SetMetricsConfig(MetricsConfigT&& value) {
258 m_metricsConfigHasBeenSet = true;
259 m_metricsConfig = std::forward<MetricsConfigT>(value);
260 }
261 template <typename MetricsConfigT = EventSourceMappingMetricsConfig>
263 SetMetricsConfig(std::forward<MetricsConfigT>(value));
264 return *this;
265 }
267
269
275 inline const EventSourceMappingLoggingConfig& GetLoggingConfig() const { return m_loggingConfig; }
276 template <typename LoggingConfigT = EventSourceMappingLoggingConfig>
277 void SetLoggingConfig(LoggingConfigT&& value) {
278 m_loggingConfigHasBeenSet = true;
279 m_loggingConfig = std::forward<LoggingConfigT>(value);
280 }
281 template <typename LoggingConfigT = EventSourceMappingLoggingConfig>
283 SetLoggingConfig(std::forward<LoggingConfigT>(value));
284 return *this;
285 }
287
289
295 inline const ScalingConfig& GetScalingConfig() const { return m_scalingConfig; }
296 template <typename ScalingConfigT = ScalingConfig>
297 void SetScalingConfig(ScalingConfigT&& value) {
298 m_scalingConfigHasBeenSet = true;
299 m_scalingConfig = std::forward<ScalingConfigT>(value);
300 }
301 template <typename ScalingConfigT = ScalingConfig>
303 SetScalingConfig(std::forward<ScalingConfigT>(value));
304 return *this;
305 }
307
309
312 inline const Aws::String& GetFunctionArn() const { return m_functionArn; }
313 template <typename FunctionArnT = Aws::String>
314 void SetFunctionArn(FunctionArnT&& value) {
315 m_functionArnHasBeenSet = true;
316 m_functionArn = std::forward<FunctionArnT>(value);
317 }
318 template <typename FunctionArnT = Aws::String>
320 SetFunctionArn(std::forward<FunctionArnT>(value));
321 return *this;
322 }
324
326
330 inline const Aws::Utils::DateTime& GetLastModified() const { return m_lastModified; }
331 template <typename LastModifiedT = Aws::Utils::DateTime>
332 void SetLastModified(LastModifiedT&& value) {
333 m_lastModifiedHasBeenSet = true;
334 m_lastModified = std::forward<LastModifiedT>(value);
335 }
336 template <typename LastModifiedT = Aws::Utils::DateTime>
338 SetLastModified(std::forward<LastModifiedT>(value));
339 return *this;
340 }
342
344
347 inline const Aws::String& GetLastProcessingResult() const { return m_lastProcessingResult; }
348 template <typename LastProcessingResultT = Aws::String>
349 void SetLastProcessingResult(LastProcessingResultT&& value) {
350 m_lastProcessingResultHasBeenSet = true;
351 m_lastProcessingResult = std::forward<LastProcessingResultT>(value);
352 }
353 template <typename LastProcessingResultT = Aws::String>
355 SetLastProcessingResult(std::forward<LastProcessingResultT>(value));
356 return *this;
357 }
359
361
367 inline const Aws::String& GetState() const { return m_state; }
368 template <typename StateT = Aws::String>
369 void SetState(StateT&& value) {
370 m_stateHasBeenSet = true;
371 m_state = std::forward<StateT>(value);
372 }
373 template <typename StateT = Aws::String>
375 SetState(std::forward<StateT>(value));
376 return *this;
377 }
379
381
385 inline const Aws::String& GetStateTransitionReason() const { return m_stateTransitionReason; }
386 template <typename StateTransitionReasonT = Aws::String>
387 void SetStateTransitionReason(StateTransitionReasonT&& value) {
388 m_stateTransitionReasonHasBeenSet = true;
389 m_stateTransitionReason = std::forward<StateTransitionReasonT>(value);
390 }
391 template <typename StateTransitionReasonT = Aws::String>
393 SetStateTransitionReason(std::forward<StateTransitionReasonT>(value));
394 return *this;
395 }
397
399
404 inline const DestinationConfig& GetDestinationConfig() const { return m_destinationConfig; }
405 template <typename DestinationConfigT = DestinationConfig>
406 void SetDestinationConfig(DestinationConfigT&& value) {
407 m_destinationConfigHasBeenSet = true;
408 m_destinationConfig = std::forward<DestinationConfigT>(value);
409 }
410 template <typename DestinationConfigT = DestinationConfig>
412 SetDestinationConfig(std::forward<DestinationConfigT>(value));
413 return *this;
414 }
416
418
421 inline const Aws::Vector<Aws::String>& GetTopics() const { return m_topics; }
422 template <typename TopicsT = Aws::Vector<Aws::String>>
423 void SetTopics(TopicsT&& value) {
424 m_topicsHasBeenSet = true;
425 m_topics = std::forward<TopicsT>(value);
426 }
427 template <typename TopicsT = Aws::Vector<Aws::String>>
429 SetTopics(std::forward<TopicsT>(value));
430 return *this;
431 }
432 template <typename TopicsT = Aws::String>
434 m_topicsHasBeenSet = true;
435 m_topics.emplace_back(std::forward<TopicsT>(value));
436 return *this;
437 }
439
441
445 inline const Aws::Vector<Aws::String>& GetQueues() const { return m_queues; }
446 template <typename QueuesT = Aws::Vector<Aws::String>>
447 void SetQueues(QueuesT&& value) {
448 m_queuesHasBeenSet = true;
449 m_queues = std::forward<QueuesT>(value);
450 }
451 template <typename QueuesT = Aws::Vector<Aws::String>>
453 SetQueues(std::forward<QueuesT>(value));
454 return *this;
455 }
456 template <typename QueuesT = Aws::String>
458 m_queuesHasBeenSet = true;
459 m_queues.emplace_back(std::forward<QueuesT>(value));
460 return *this;
461 }
463
465
469 inline const Aws::Vector<SourceAccessConfiguration>& GetSourceAccessConfigurations() const { return m_sourceAccessConfigurations; }
470 template <typename SourceAccessConfigurationsT = Aws::Vector<SourceAccessConfiguration>>
471 void SetSourceAccessConfigurations(SourceAccessConfigurationsT&& value) {
472 m_sourceAccessConfigurationsHasBeenSet = true;
473 m_sourceAccessConfigurations = std::forward<SourceAccessConfigurationsT>(value);
474 }
475 template <typename SourceAccessConfigurationsT = Aws::Vector<SourceAccessConfiguration>>
477 SetSourceAccessConfigurations(std::forward<SourceAccessConfigurationsT>(value));
478 return *this;
479 }
480 template <typename SourceAccessConfigurationsT = SourceAccessConfiguration>
481 UpdateEventSourceMappingResult& AddSourceAccessConfigurations(SourceAccessConfigurationsT&& value) {
482 m_sourceAccessConfigurationsHasBeenSet = true;
483 m_sourceAccessConfigurations.emplace_back(std::forward<SourceAccessConfigurationsT>(value));
484 return *this;
485 }
487
489
492 inline const SelfManagedEventSource& GetSelfManagedEventSource() const { return m_selfManagedEventSource; }
493 template <typename SelfManagedEventSourceT = SelfManagedEventSource>
494 void SetSelfManagedEventSource(SelfManagedEventSourceT&& value) {
495 m_selfManagedEventSourceHasBeenSet = true;
496 m_selfManagedEventSource = std::forward<SelfManagedEventSourceT>(value);
497 }
498 template <typename SelfManagedEventSourceT = SelfManagedEventSource>
500 SetSelfManagedEventSource(std::forward<SelfManagedEventSourceT>(value));
501 return *this;
502 }
504
506
514 inline int GetMaximumRecordAgeInSeconds() const { return m_maximumRecordAgeInSeconds; }
515 inline void SetMaximumRecordAgeInSeconds(int value) {
516 m_maximumRecordAgeInSecondsHasBeenSet = true;
517 m_maximumRecordAgeInSeconds = value;
518 }
521 return *this;
522 }
524
526
531 inline bool GetBisectBatchOnFunctionError() const { return m_bisectBatchOnFunctionError; }
532 inline void SetBisectBatchOnFunctionError(bool value) {
533 m_bisectBatchOnFunctionErrorHasBeenSet = true;
534 m_bisectBatchOnFunctionError = value;
535 }
538 return *this;
539 }
541
543
550 inline int GetMaximumRetryAttempts() const { return m_maximumRetryAttempts; }
551 inline void SetMaximumRetryAttempts(int value) {
552 m_maximumRetryAttemptsHasBeenSet = true;
553 m_maximumRetryAttempts = value;
554 }
557 return *this;
558 }
560
562
567 inline int GetTumblingWindowInSeconds() const { return m_tumblingWindowInSeconds; }
568 inline void SetTumblingWindowInSeconds(int value) {
569 m_tumblingWindowInSecondsHasBeenSet = true;
570 m_tumblingWindowInSeconds = value;
571 }
574 return *this;
575 }
577
579
584 inline const Aws::Vector<FunctionResponseType>& GetFunctionResponseTypes() const { return m_functionResponseTypes; }
585 template <typename FunctionResponseTypesT = Aws::Vector<FunctionResponseType>>
586 void SetFunctionResponseTypes(FunctionResponseTypesT&& value) {
587 m_functionResponseTypesHasBeenSet = true;
588 m_functionResponseTypes = std::forward<FunctionResponseTypesT>(value);
589 }
590 template <typename FunctionResponseTypesT = Aws::Vector<FunctionResponseType>>
592 SetFunctionResponseTypes(std::forward<FunctionResponseTypesT>(value));
593 return *this;
594 }
596 m_functionResponseTypesHasBeenSet = true;
597 m_functionResponseTypes.push_back(value);
598 return *this;
599 }
601
603
608 return m_amazonManagedKafkaEventSourceConfig;
609 }
610 template <typename AmazonManagedKafkaEventSourceConfigT = AmazonManagedKafkaEventSourceConfig>
611 void SetAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT&& value) {
612 m_amazonManagedKafkaEventSourceConfigHasBeenSet = true;
613 m_amazonManagedKafkaEventSourceConfig = std::forward<AmazonManagedKafkaEventSourceConfigT>(value);
614 }
615 template <typename AmazonManagedKafkaEventSourceConfigT = AmazonManagedKafkaEventSourceConfig>
616 UpdateEventSourceMappingResult& WithAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT&& value) {
617 SetAmazonManagedKafkaEventSourceConfig(std::forward<AmazonManagedKafkaEventSourceConfigT>(value));
618 return *this;
619 }
621
623
628 return m_selfManagedKafkaEventSourceConfig;
629 }
630 template <typename SelfManagedKafkaEventSourceConfigT = SelfManagedKafkaEventSourceConfig>
631 void SetSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT&& value) {
632 m_selfManagedKafkaEventSourceConfigHasBeenSet = true;
633 m_selfManagedKafkaEventSourceConfig = std::forward<SelfManagedKafkaEventSourceConfigT>(value);
634 }
635 template <typename SelfManagedKafkaEventSourceConfigT = SelfManagedKafkaEventSourceConfig>
636 UpdateEventSourceMappingResult& WithSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT&& value) {
637 SetSelfManagedKafkaEventSourceConfig(std::forward<SelfManagedKafkaEventSourceConfigT>(value));
638 return *this;
639 }
641
643
646 inline const DocumentDBEventSourceConfig& GetDocumentDBEventSourceConfig() const { return m_documentDBEventSourceConfig; }
647 template <typename DocumentDBEventSourceConfigT = DocumentDBEventSourceConfig>
648 void SetDocumentDBEventSourceConfig(DocumentDBEventSourceConfigT&& value) {
649 m_documentDBEventSourceConfigHasBeenSet = true;
650 m_documentDBEventSourceConfig = std::forward<DocumentDBEventSourceConfigT>(value);
651 }
652 template <typename DocumentDBEventSourceConfigT = DocumentDBEventSourceConfig>
654 SetDocumentDBEventSourceConfig(std::forward<DocumentDBEventSourceConfigT>(value));
655 return *this;
656 }
658
660
663 inline const Aws::String& GetEventSourceMappingArn() const { return m_eventSourceMappingArn; }
664 template <typename EventSourceMappingArnT = Aws::String>
665 void SetEventSourceMappingArn(EventSourceMappingArnT&& value) {
666 m_eventSourceMappingArnHasBeenSet = true;
667 m_eventSourceMappingArn = std::forward<EventSourceMappingArnT>(value);
668 }
669 template <typename EventSourceMappingArnT = Aws::String>
671 SetEventSourceMappingArn(std::forward<EventSourceMappingArnT>(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 FilterCriteriaError m_filterCriteriaError;
730
731 Aws::String m_kMSKeyArn;
732
733 EventSourceMappingMetricsConfig m_metricsConfig;
734
735 EventSourceMappingLoggingConfig m_loggingConfig;
736
737 ScalingConfig m_scalingConfig;
738
739 Aws::String m_functionArn;
740
741 Aws::Utils::DateTime m_lastModified{};
742
743 Aws::String m_lastProcessingResult;
744
745 Aws::String m_state;
746
747 Aws::String m_stateTransitionReason;
748
749 DestinationConfig m_destinationConfig;
750
752
754
755 Aws::Vector<SourceAccessConfiguration> m_sourceAccessConfigurations;
756
757 SelfManagedEventSource m_selfManagedEventSource;
758
759 int m_maximumRecordAgeInSeconds{0};
760
761 bool m_bisectBatchOnFunctionError{false};
762
763 int m_maximumRetryAttempts{0};
764
765 int m_tumblingWindowInSeconds{0};
766
767 Aws::Vector<FunctionResponseType> m_functionResponseTypes;
768
769 AmazonManagedKafkaEventSourceConfig m_amazonManagedKafkaEventSourceConfig;
770
771 SelfManagedKafkaEventSourceConfig m_selfManagedKafkaEventSourceConfig;
772
773 DocumentDBEventSourceConfig m_documentDBEventSourceConfig;
774
775 Aws::String m_eventSourceMappingArn;
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_filterCriteriaErrorHasBeenSet = false;
790 bool m_kMSKeyArnHasBeenSet = false;
791 bool m_metricsConfigHasBeenSet = false;
792 bool m_loggingConfigHasBeenSet = false;
793 bool m_scalingConfigHasBeenSet = false;
794 bool m_functionArnHasBeenSet = false;
795 bool m_lastModifiedHasBeenSet = false;
796 bool m_lastProcessingResultHasBeenSet = false;
797 bool m_stateHasBeenSet = false;
798 bool m_stateTransitionReasonHasBeenSet = false;
799 bool m_destinationConfigHasBeenSet = false;
800 bool m_topicsHasBeenSet = false;
801 bool m_queuesHasBeenSet = false;
802 bool m_sourceAccessConfigurationsHasBeenSet = false;
803 bool m_selfManagedEventSourceHasBeenSet = false;
804 bool m_maximumRecordAgeInSecondsHasBeenSet = false;
805 bool m_bisectBatchOnFunctionErrorHasBeenSet = false;
806 bool m_maximumRetryAttemptsHasBeenSet = false;
807 bool m_tumblingWindowInSecondsHasBeenSet = false;
808 bool m_functionResponseTypesHasBeenSet = false;
809 bool m_amazonManagedKafkaEventSourceConfigHasBeenSet = false;
810 bool m_selfManagedKafkaEventSourceConfigHasBeenSet = false;
811 bool m_documentDBEventSourceConfigHasBeenSet = false;
812 bool m_eventSourceMappingArnHasBeenSet = 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