AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EventBatchingCondition.h
1
6#pragma once
7#include <aws/glue/Glue_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 Glue
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_GLUE_API EventBatchingCondition();
38
39
41
45 inline int GetBatchSize() const{ return m_batchSize; }
46 inline bool BatchSizeHasBeenSet() const { return m_batchSizeHasBeenSet; }
47 inline void SetBatchSize(int value) { m_batchSizeHasBeenSet = true; m_batchSize = value; }
48 inline EventBatchingCondition& WithBatchSize(int value) { SetBatchSize(value); return *this;}
50
52
56 inline int GetBatchWindow() const{ return m_batchWindow; }
57 inline bool BatchWindowHasBeenSet() const { return m_batchWindowHasBeenSet; }
58 inline void SetBatchWindow(int value) { m_batchWindowHasBeenSet = true; m_batchWindow = value; }
59 inline EventBatchingCondition& WithBatchWindow(int value) { SetBatchWindow(value); return *this;}
61 private:
62
63 int m_batchSize;
64 bool m_batchSizeHasBeenSet = false;
65
66 int m_batchWindow;
67 bool m_batchWindowHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace Glue
72} // namespace Aws
EventBatchingCondition & WithBatchWindow(int value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
EventBatchingCondition & WithBatchSize(int value)
AWS_GLUE_API EventBatchingCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API EventBatchingCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue