AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
UpdateEventSourceMappingResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lambda/Lambda_EXPORTS.h>
11#include <aws/lambda/model/AmazonManagedKafkaEventSourceConfig.h>
12#include <aws/lambda/model/DestinationConfig.h>
13#include <aws/lambda/model/DocumentDBEventSourceConfig.h>
14#include <aws/lambda/model/EventSourceMappingLoggingConfig.h>
15#include <aws/lambda/model/EventSourceMappingMetricsConfig.h>
16#include <aws/lambda/model/EventSourcePosition.h>
17#include <aws/lambda/model/FilterCriteria.h>
18#include <aws/lambda/model/FilterCriteriaError.h>
19#include <aws/lambda/model/FunctionResponseType.h>
20#include <aws/lambda/model/ProvisionedPollerConfig.h>
21#include <aws/lambda/model/ScalingConfig.h>
22#include <aws/lambda/model/SelfManagedEventSource.h>
23#include <aws/lambda/model/SelfManagedKafkaEventSourceConfig.h>
24#include <aws/lambda/model/SourceAccessConfiguration.h>
25
26#include <utility>
27
28namespace Aws {
29template <typename RESULT_TYPE>
30class AmazonWebServiceResult;
31
32namespace Utils {
33namespace Json {
34class JsonValue;
35} // namespace Json
36} // namespace Utils
37namespace Lambda {
38namespace Model {
46 public:
47 AWS_LAMBDA_API UpdateEventSourceMappingResult() = default;
50
52
55 inline const Aws::String& GetUUID() const { return m_uUID; }
56 template <typename UUIDT = Aws::String>
57 void SetUUID(UUIDT&& value) {
58 m_uUIDHasBeenSet = true;
59 m_uUID = std::forward<UUIDT>(value);
60 }
61 template <typename UUIDT = Aws::String>
63 SetUUID(std::forward<UUIDT>(value));
64 return *this;
65 }
67
69
75 inline EventSourcePosition GetStartingPosition() const { return m_startingPosition; }
77 m_startingPositionHasBeenSet = true;
78 m_startingPosition = value;
79 }
82 return *this;
83 }
85
87
92 inline const Aws::Utils::DateTime& GetStartingPositionTimestamp() const { return m_startingPositionTimestamp; }
93 template <typename StartingPositionTimestampT = Aws::Utils::DateTime>
94 void SetStartingPositionTimestamp(StartingPositionTimestampT&& value) {
95 m_startingPositionTimestampHasBeenSet = true;
96 m_startingPositionTimestamp = std::forward<StartingPositionTimestampT>(value);
97 }
98 template <typename StartingPositionTimestampT = Aws::Utils::DateTime>
100 SetStartingPositionTimestamp(std::forward<StartingPositionTimestampT>(value));
101 return *this;
102 }
104
106
115 inline int GetBatchSize() const { return m_batchSize; }
116 inline void SetBatchSize(int value) {
117 m_batchSizeHasBeenSet = true;
118 m_batchSize = value;
119 }
121 SetBatchSize(value);
122 return *this;
123 }
125
127
142 inline int GetMaximumBatchingWindowInSeconds() const { return m_maximumBatchingWindowInSeconds; }
143 inline void SetMaximumBatchingWindowInSeconds(int value) {
144 m_maximumBatchingWindowInSecondsHasBeenSet = true;
145 m_maximumBatchingWindowInSeconds = value;
146 }
149 return *this;
150 }
152
154
158 inline int GetParallelizationFactor() const { return m_parallelizationFactor; }
159 inline void SetParallelizationFactor(int value) {
160 m_parallelizationFactorHasBeenSet = true;
161 m_parallelizationFactor = value;
162 }
165 return *this;
166 }
168
170
173 inline const Aws::String& GetEventSourceArn() const { return m_eventSourceArn; }
174 template <typename EventSourceArnT = Aws::String>
175 void SetEventSourceArn(EventSourceArnT&& value) {
176 m_eventSourceArnHasBeenSet = true;
177 m_eventSourceArn = std::forward<EventSourceArnT>(value);
178 }
179 template <typename EventSourceArnT = Aws::String>
181 SetEventSourceArn(std::forward<EventSourceArnT>(value));
182 return *this;
183 }
185
187
197 inline const FilterCriteria& GetFilterCriteria() const { return m_filterCriteria; }
198 template <typename FilterCriteriaT = FilterCriteria>
199 void SetFilterCriteria(FilterCriteriaT&& value) {
200 m_filterCriteriaHasBeenSet = true;
201 m_filterCriteria = std::forward<FilterCriteriaT>(value);
202 }
203 template <typename FilterCriteriaT = FilterCriteria>
205 SetFilterCriteria(std::forward<FilterCriteriaT>(value));
206 return *this;
207 }
209
211
214 inline const Aws::String& GetFunctionArn() const { return m_functionArn; }
215 template <typename FunctionArnT = Aws::String>
216 void SetFunctionArn(FunctionArnT&& value) {
217 m_functionArnHasBeenSet = true;
218 m_functionArn = std::forward<FunctionArnT>(value);
219 }
220 template <typename FunctionArnT = Aws::String>
222 SetFunctionArn(std::forward<FunctionArnT>(value));
223 return *this;
224 }
226
228
232 inline const Aws::Utils::DateTime& GetLastModified() const { return m_lastModified; }
233 template <typename LastModifiedT = Aws::Utils::DateTime>
234 void SetLastModified(LastModifiedT&& value) {
235 m_lastModifiedHasBeenSet = true;
236 m_lastModified = std::forward<LastModifiedT>(value);
237 }
238 template <typename LastModifiedT = Aws::Utils::DateTime>
240 SetLastModified(std::forward<LastModifiedT>(value));
241 return *this;
242 }
244
246
249 inline const Aws::String& GetLastProcessingResult() const { return m_lastProcessingResult; }
250 template <typename LastProcessingResultT = Aws::String>
251 void SetLastProcessingResult(LastProcessingResultT&& value) {
252 m_lastProcessingResultHasBeenSet = true;
253 m_lastProcessingResult = std::forward<LastProcessingResultT>(value);
254 }
255 template <typename LastProcessingResultT = Aws::String>
257 SetLastProcessingResult(std::forward<LastProcessingResultT>(value));
258 return *this;
259 }
261
263
269 inline const Aws::String& GetState() const { return m_state; }
270 template <typename StateT = Aws::String>
271 void SetState(StateT&& value) {
272 m_stateHasBeenSet = true;
273 m_state = std::forward<StateT>(value);
274 }
275 template <typename StateT = Aws::String>
277 SetState(std::forward<StateT>(value));
278 return *this;
279 }
281
283
287 inline const Aws::String& GetStateTransitionReason() const { return m_stateTransitionReason; }
288 template <typename StateTransitionReasonT = Aws::String>
289 void SetStateTransitionReason(StateTransitionReasonT&& value) {
290 m_stateTransitionReasonHasBeenSet = true;
291 m_stateTransitionReason = std::forward<StateTransitionReasonT>(value);
292 }
293 template <typename StateTransitionReasonT = Aws::String>
295 SetStateTransitionReason(std::forward<StateTransitionReasonT>(value));
296 return *this;
297 }
299
301
306 inline const DestinationConfig& GetDestinationConfig() const { return m_destinationConfig; }
307 template <typename DestinationConfigT = DestinationConfig>
308 void SetDestinationConfig(DestinationConfigT&& value) {
309 m_destinationConfigHasBeenSet = true;
310 m_destinationConfig = std::forward<DestinationConfigT>(value);
311 }
312 template <typename DestinationConfigT = DestinationConfig>
314 SetDestinationConfig(std::forward<DestinationConfigT>(value));
315 return *this;
316 }
318
320
323 inline const Aws::Vector<Aws::String>& GetTopics() const { return m_topics; }
324 template <typename TopicsT = Aws::Vector<Aws::String>>
325 void SetTopics(TopicsT&& value) {
326 m_topicsHasBeenSet = true;
327 m_topics = std::forward<TopicsT>(value);
328 }
329 template <typename TopicsT = Aws::Vector<Aws::String>>
331 SetTopics(std::forward<TopicsT>(value));
332 return *this;
333 }
334 template <typename TopicsT = Aws::String>
336 m_topicsHasBeenSet = true;
337 m_topics.emplace_back(std::forward<TopicsT>(value));
338 return *this;
339 }
341
343
347 inline const Aws::Vector<Aws::String>& GetQueues() const { return m_queues; }
348 template <typename QueuesT = Aws::Vector<Aws::String>>
349 void SetQueues(QueuesT&& value) {
350 m_queuesHasBeenSet = true;
351 m_queues = std::forward<QueuesT>(value);
352 }
353 template <typename QueuesT = Aws::Vector<Aws::String>>
355 SetQueues(std::forward<QueuesT>(value));
356 return *this;
357 }
358 template <typename QueuesT = Aws::String>
360 m_queuesHasBeenSet = true;
361 m_queues.emplace_back(std::forward<QueuesT>(value));
362 return *this;
363 }
365
367
371 inline const Aws::Vector<SourceAccessConfiguration>& GetSourceAccessConfigurations() const { return m_sourceAccessConfigurations; }
372 template <typename SourceAccessConfigurationsT = Aws::Vector<SourceAccessConfiguration>>
373 void SetSourceAccessConfigurations(SourceAccessConfigurationsT&& value) {
374 m_sourceAccessConfigurationsHasBeenSet = true;
375 m_sourceAccessConfigurations = std::forward<SourceAccessConfigurationsT>(value);
376 }
377 template <typename SourceAccessConfigurationsT = Aws::Vector<SourceAccessConfiguration>>
379 SetSourceAccessConfigurations(std::forward<SourceAccessConfigurationsT>(value));
380 return *this;
381 }
382 template <typename SourceAccessConfigurationsT = SourceAccessConfiguration>
383 UpdateEventSourceMappingResult& AddSourceAccessConfigurations(SourceAccessConfigurationsT&& value) {
384 m_sourceAccessConfigurationsHasBeenSet = true;
385 m_sourceAccessConfigurations.emplace_back(std::forward<SourceAccessConfigurationsT>(value));
386 return *this;
387 }
389
391
394 inline const SelfManagedEventSource& GetSelfManagedEventSource() const { return m_selfManagedEventSource; }
395 template <typename SelfManagedEventSourceT = SelfManagedEventSource>
396 void SetSelfManagedEventSource(SelfManagedEventSourceT&& value) {
397 m_selfManagedEventSourceHasBeenSet = true;
398 m_selfManagedEventSource = std::forward<SelfManagedEventSourceT>(value);
399 }
400 template <typename SelfManagedEventSourceT = SelfManagedEventSource>
402 SetSelfManagedEventSource(std::forward<SelfManagedEventSourceT>(value));
403 return *this;
404 }
406
408
416 inline int GetMaximumRecordAgeInSeconds() const { return m_maximumRecordAgeInSeconds; }
417 inline void SetMaximumRecordAgeInSeconds(int value) {
418 m_maximumRecordAgeInSecondsHasBeenSet = true;
419 m_maximumRecordAgeInSeconds = value;
420 }
423 return *this;
424 }
426
428
433 inline bool GetBisectBatchOnFunctionError() const { return m_bisectBatchOnFunctionError; }
434 inline void SetBisectBatchOnFunctionError(bool value) {
435 m_bisectBatchOnFunctionErrorHasBeenSet = true;
436 m_bisectBatchOnFunctionError = value;
437 }
440 return *this;
441 }
443
445
452 inline int GetMaximumRetryAttempts() const { return m_maximumRetryAttempts; }
453 inline void SetMaximumRetryAttempts(int value) {
454 m_maximumRetryAttemptsHasBeenSet = true;
455 m_maximumRetryAttempts = value;
456 }
459 return *this;
460 }
462
464
469 inline int GetTumblingWindowInSeconds() const { return m_tumblingWindowInSeconds; }
470 inline void SetTumblingWindowInSeconds(int value) {
471 m_tumblingWindowInSecondsHasBeenSet = true;
472 m_tumblingWindowInSeconds = value;
473 }
476 return *this;
477 }
479
481
486 inline const Aws::Vector<FunctionResponseType>& GetFunctionResponseTypes() const { return m_functionResponseTypes; }
487 template <typename FunctionResponseTypesT = Aws::Vector<FunctionResponseType>>
488 void SetFunctionResponseTypes(FunctionResponseTypesT&& value) {
489 m_functionResponseTypesHasBeenSet = true;
490 m_functionResponseTypes = std::forward<FunctionResponseTypesT>(value);
491 }
492 template <typename FunctionResponseTypesT = Aws::Vector<FunctionResponseType>>
494 SetFunctionResponseTypes(std::forward<FunctionResponseTypesT>(value));
495 return *this;
496 }
498 m_functionResponseTypesHasBeenSet = true;
499 m_functionResponseTypes.push_back(value);
500 return *this;
501 }
503
505
510 return m_amazonManagedKafkaEventSourceConfig;
511 }
512 template <typename AmazonManagedKafkaEventSourceConfigT = AmazonManagedKafkaEventSourceConfig>
513 void SetAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT&& value) {
514 m_amazonManagedKafkaEventSourceConfigHasBeenSet = true;
515 m_amazonManagedKafkaEventSourceConfig = std::forward<AmazonManagedKafkaEventSourceConfigT>(value);
516 }
517 template <typename AmazonManagedKafkaEventSourceConfigT = AmazonManagedKafkaEventSourceConfig>
518 UpdateEventSourceMappingResult& WithAmazonManagedKafkaEventSourceConfig(AmazonManagedKafkaEventSourceConfigT&& value) {
519 SetAmazonManagedKafkaEventSourceConfig(std::forward<AmazonManagedKafkaEventSourceConfigT>(value));
520 return *this;
521 }
523
525
530 return m_selfManagedKafkaEventSourceConfig;
531 }
532 template <typename SelfManagedKafkaEventSourceConfigT = SelfManagedKafkaEventSourceConfig>
533 void SetSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT&& value) {
534 m_selfManagedKafkaEventSourceConfigHasBeenSet = true;
535 m_selfManagedKafkaEventSourceConfig = std::forward<SelfManagedKafkaEventSourceConfigT>(value);
536 }
537 template <typename SelfManagedKafkaEventSourceConfigT = SelfManagedKafkaEventSourceConfig>
538 UpdateEventSourceMappingResult& WithSelfManagedKafkaEventSourceConfig(SelfManagedKafkaEventSourceConfigT&& value) {
539 SetSelfManagedKafkaEventSourceConfig(std::forward<SelfManagedKafkaEventSourceConfigT>(value));
540 return *this;
541 }
543
545
551 inline const ScalingConfig& GetScalingConfig() const { return m_scalingConfig; }
552 template <typename ScalingConfigT = ScalingConfig>
553 void SetScalingConfig(ScalingConfigT&& value) {
554 m_scalingConfigHasBeenSet = true;
555 m_scalingConfig = std::forward<ScalingConfigT>(value);
556 }
557 template <typename ScalingConfigT = ScalingConfig>
559 SetScalingConfig(std::forward<ScalingConfigT>(value));
560 return *this;
561 }
563
565
568 inline const DocumentDBEventSourceConfig& GetDocumentDBEventSourceConfig() const { return m_documentDBEventSourceConfig; }
569 template <typename DocumentDBEventSourceConfigT = DocumentDBEventSourceConfig>
570 void SetDocumentDBEventSourceConfig(DocumentDBEventSourceConfigT&& value) {
571 m_documentDBEventSourceConfigHasBeenSet = true;
572 m_documentDBEventSourceConfig = std::forward<DocumentDBEventSourceConfigT>(value);
573 }
574 template <typename DocumentDBEventSourceConfigT = DocumentDBEventSourceConfig>
576 SetDocumentDBEventSourceConfig(std::forward<DocumentDBEventSourceConfigT>(value));
577 return *this;
578 }
580
582
588 inline const Aws::String& GetKMSKeyArn() const { return m_kMSKeyArn; }
589 template <typename KMSKeyArnT = Aws::String>
590 void SetKMSKeyArn(KMSKeyArnT&& value) {
591 m_kMSKeyArnHasBeenSet = true;
592 m_kMSKeyArn = std::forward<KMSKeyArnT>(value);
593 }
594 template <typename KMSKeyArnT = Aws::String>
596 SetKMSKeyArn(std::forward<KMSKeyArnT>(value));
597 return *this;
598 }
600
602
606 inline const FilterCriteriaError& GetFilterCriteriaError() const { return m_filterCriteriaError; }
607 template <typename FilterCriteriaErrorT = FilterCriteriaError>
608 void SetFilterCriteriaError(FilterCriteriaErrorT&& value) {
609 m_filterCriteriaErrorHasBeenSet = true;
610 m_filterCriteriaError = std::forward<FilterCriteriaErrorT>(value);
611 }
612 template <typename FilterCriteriaErrorT = FilterCriteriaError>
614 SetFilterCriteriaError(std::forward<FilterCriteriaErrorT>(value));
615 return *this;
616 }
618
620
623 inline const Aws::String& GetEventSourceMappingArn() const { return m_eventSourceMappingArn; }
624 template <typename EventSourceMappingArnT = Aws::String>
625 void SetEventSourceMappingArn(EventSourceMappingArnT&& value) {
626 m_eventSourceMappingArnHasBeenSet = true;
627 m_eventSourceMappingArn = std::forward<EventSourceMappingArnT>(value);
628 }
629 template <typename EventSourceMappingArnT = Aws::String>
631 SetEventSourceMappingArn(std::forward<EventSourceMappingArnT>(value));
632 return *this;
633 }
635
637
642 inline const EventSourceMappingMetricsConfig& GetMetricsConfig() const { return m_metricsConfig; }
643 template <typename MetricsConfigT = EventSourceMappingMetricsConfig>
644 void SetMetricsConfig(MetricsConfigT&& value) {
645 m_metricsConfigHasBeenSet = true;
646 m_metricsConfig = std::forward<MetricsConfigT>(value);
647 }
648 template <typename MetricsConfigT = EventSourceMappingMetricsConfig>
650 SetMetricsConfig(std::forward<MetricsConfigT>(value));
651 return *this;
652 }
654
656
662 inline const EventSourceMappingLoggingConfig& GetLoggingConfig() const { return m_loggingConfig; }
663 template <typename LoggingConfigT = EventSourceMappingLoggingConfig>
664 void SetLoggingConfig(LoggingConfigT&& value) {
665 m_loggingConfigHasBeenSet = true;
666 m_loggingConfig = std::forward<LoggingConfigT>(value);
667 }
668 template <typename LoggingConfigT = EventSourceMappingLoggingConfig>
670 SetLoggingConfig(std::forward<LoggingConfigT>(value));
671 return *this;
672 }
674
676
682 inline const ProvisionedPollerConfig& GetProvisionedPollerConfig() const { return m_provisionedPollerConfig; }
683 template <typename ProvisionedPollerConfigT = ProvisionedPollerConfig>
684 void SetProvisionedPollerConfig(ProvisionedPollerConfigT&& value) {
685 m_provisionedPollerConfigHasBeenSet = true;
686 m_provisionedPollerConfig = std::forward<ProvisionedPollerConfigT>(value);
687 }
688 template <typename ProvisionedPollerConfigT = ProvisionedPollerConfig>
690 SetProvisionedPollerConfig(std::forward<ProvisionedPollerConfigT>(value));
691 return *this;
692 }
694
696
697 inline const Aws::String& GetRequestId() const { return m_requestId; }
698 template <typename RequestIdT = Aws::String>
699 void SetRequestId(RequestIdT&& value) {
700 m_requestIdHasBeenSet = true;
701 m_requestId = std::forward<RequestIdT>(value);
702 }
703 template <typename RequestIdT = Aws::String>
705 SetRequestId(std::forward<RequestIdT>(value));
706 return *this;
707 }
709 private:
710 Aws::String m_uUID;
711
713
714 Aws::Utils::DateTime m_startingPositionTimestamp{};
715
716 int m_batchSize{0};
717
718 int m_maximumBatchingWindowInSeconds{0};
719
720 int m_parallelizationFactor{0};
721
722 Aws::String m_eventSourceArn;
723
724 FilterCriteria m_filterCriteria;
725
726 Aws::String m_functionArn;
727
728 Aws::Utils::DateTime m_lastModified{};
729
730 Aws::String m_lastProcessingResult;
731
732 Aws::String m_state;
733
734 Aws::String m_stateTransitionReason;
735
736 DestinationConfig m_destinationConfig;
737
739
741
742 Aws::Vector<SourceAccessConfiguration> m_sourceAccessConfigurations;
743
744 SelfManagedEventSource m_selfManagedEventSource;
745
746 int m_maximumRecordAgeInSeconds{0};
747
748 bool m_bisectBatchOnFunctionError{false};
749
750 int m_maximumRetryAttempts{0};
751
752 int m_tumblingWindowInSeconds{0};
753
754 Aws::Vector<FunctionResponseType> m_functionResponseTypes;
755
756 AmazonManagedKafkaEventSourceConfig m_amazonManagedKafkaEventSourceConfig;
757
758 SelfManagedKafkaEventSourceConfig m_selfManagedKafkaEventSourceConfig;
759
760 ScalingConfig m_scalingConfig;
761
762 DocumentDBEventSourceConfig m_documentDBEventSourceConfig;
763
764 Aws::String m_kMSKeyArn;
765
766 FilterCriteriaError m_filterCriteriaError;
767
768 Aws::String m_eventSourceMappingArn;
769
770 EventSourceMappingMetricsConfig m_metricsConfig;
771
772 EventSourceMappingLoggingConfig m_loggingConfig;
773
774 ProvisionedPollerConfig m_provisionedPollerConfig;
775
776 Aws::String m_requestId;
777 bool m_uUIDHasBeenSet = false;
778 bool m_startingPositionHasBeenSet = false;
779 bool m_startingPositionTimestampHasBeenSet = false;
780 bool m_batchSizeHasBeenSet = false;
781 bool m_maximumBatchingWindowInSecondsHasBeenSet = false;
782 bool m_parallelizationFactorHasBeenSet = false;
783 bool m_eventSourceArnHasBeenSet = false;
784 bool m_filterCriteriaHasBeenSet = false;
785 bool m_functionArnHasBeenSet = false;
786 bool m_lastModifiedHasBeenSet = false;
787 bool m_lastProcessingResultHasBeenSet = false;
788 bool m_stateHasBeenSet = false;
789 bool m_stateTransitionReasonHasBeenSet = false;
790 bool m_destinationConfigHasBeenSet = false;
791 bool m_topicsHasBeenSet = false;
792 bool m_queuesHasBeenSet = false;
793 bool m_sourceAccessConfigurationsHasBeenSet = false;
794 bool m_selfManagedEventSourceHasBeenSet = false;
795 bool m_maximumRecordAgeInSecondsHasBeenSet = false;
796 bool m_bisectBatchOnFunctionErrorHasBeenSet = false;
797 bool m_maximumRetryAttemptsHasBeenSet = false;
798 bool m_tumblingWindowInSecondsHasBeenSet = false;
799 bool m_functionResponseTypesHasBeenSet = false;
800 bool m_amazonManagedKafkaEventSourceConfigHasBeenSet = false;
801 bool m_selfManagedKafkaEventSourceConfigHasBeenSet = false;
802 bool m_scalingConfigHasBeenSet = false;
803 bool m_documentDBEventSourceConfigHasBeenSet = false;
804 bool m_kMSKeyArnHasBeenSet = false;
805 bool m_filterCriteriaErrorHasBeenSet = false;
806 bool m_eventSourceMappingArnHasBeenSet = false;
807 bool m_metricsConfigHasBeenSet = false;
808 bool m_loggingConfigHasBeenSet = false;
809 bool m_provisionedPollerConfigHasBeenSet = false;
810 bool m_requestIdHasBeenSet = false;
811};
812
813} // namespace Model
814} // namespace Lambda
815} // 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