AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PipeSourceSqsQueueParameters.h
1
6#pragma once
7#include <aws/pipes/Pipes_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Pipes
20{
21namespace Model
22{
23
31 {
32 public:
36 AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetBatchSize() const{ return m_batchSize; }
44 inline bool BatchSizeHasBeenSet() const { return m_batchSizeHasBeenSet; }
45 inline void SetBatchSize(int value) { m_batchSizeHasBeenSet = true; m_batchSize = value; }
46 inline PipeSourceSqsQueueParameters& WithBatchSize(int value) { SetBatchSize(value); return *this;}
48
50
53 inline int GetMaximumBatchingWindowInSeconds() const{ return m_maximumBatchingWindowInSeconds; }
54 inline bool MaximumBatchingWindowInSecondsHasBeenSet() const { return m_maximumBatchingWindowInSecondsHasBeenSet; }
55 inline void SetMaximumBatchingWindowInSeconds(int value) { m_maximumBatchingWindowInSecondsHasBeenSet = true; m_maximumBatchingWindowInSeconds = value; }
58 private:
59
60 int m_batchSize;
61 bool m_batchSizeHasBeenSet = false;
62
63 int m_maximumBatchingWindowInSeconds;
64 bool m_maximumBatchingWindowInSecondsHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Pipes
69} // namespace Aws
AWS_PIPES_API PipeSourceSqsQueueParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
PipeSourceSqsQueueParameters & WithMaximumBatchingWindowInSeconds(int value)
PipeSourceSqsQueueParameters & WithBatchSize(int value)
AWS_PIPES_API PipeSourceSqsQueueParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_PIPES_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue