AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
StartingEventBatchCondition.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Glue {
17namespace Model {
18
28 public:
29 AWS_GLUE_API StartingEventBatchCondition() = default;
33
35
38 inline int GetBatchSize() const { return m_batchSize; }
39 inline bool BatchSizeHasBeenSet() const { return m_batchSizeHasBeenSet; }
40 inline void SetBatchSize(int value) {
41 m_batchSizeHasBeenSet = true;
42 m_batchSize = value;
43 }
45 SetBatchSize(value);
46 return *this;
47 }
49
51
54 inline int GetBatchWindow() const { return m_batchWindow; }
55 inline bool BatchWindowHasBeenSet() const { return m_batchWindowHasBeenSet; }
56 inline void SetBatchWindow(int value) {
57 m_batchWindowHasBeenSet = true;
58 m_batchWindow = value;
59 }
61 SetBatchWindow(value);
62 return *this;
63 }
65 private:
66 int m_batchSize{0};
67
68 int m_batchWindow{0};
69 bool m_batchSizeHasBeenSet = false;
70 bool m_batchWindowHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace Glue
75} // namespace Aws
AWS_GLUE_API StartingEventBatchCondition()=default
StartingEventBatchCondition & WithBatchSize(int value)
StartingEventBatchCondition & WithBatchWindow(int value)
AWS_GLUE_API StartingEventBatchCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API StartingEventBatchCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue