AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StreamingDataPreviewOptions.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
31 {
32 public:
37
38
40
43 inline long long GetPollingTime() const{ return m_pollingTime; }
44 inline bool PollingTimeHasBeenSet() const { return m_pollingTimeHasBeenSet; }
45 inline void SetPollingTime(long long value) { m_pollingTimeHasBeenSet = true; m_pollingTime = value; }
46 inline StreamingDataPreviewOptions& WithPollingTime(long long value) { SetPollingTime(value); return *this;}
48
50
53 inline long long GetRecordPollingLimit() const{ return m_recordPollingLimit; }
54 inline bool RecordPollingLimitHasBeenSet() const { return m_recordPollingLimitHasBeenSet; }
55 inline void SetRecordPollingLimit(long long value) { m_recordPollingLimitHasBeenSet = true; m_recordPollingLimit = value; }
56 inline StreamingDataPreviewOptions& WithRecordPollingLimit(long long value) { SetRecordPollingLimit(value); return *this;}
58 private:
59
60 long long m_pollingTime;
61 bool m_pollingTimeHasBeenSet = false;
62
63 long long m_recordPollingLimit;
64 bool m_recordPollingLimitHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace Glue
69} // namespace Aws
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API StreamingDataPreviewOptions(Aws::Utils::Json::JsonView jsonValue)
StreamingDataPreviewOptions & WithPollingTime(long long value)
AWS_GLUE_API StreamingDataPreviewOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
StreamingDataPreviewOptions & WithRecordPollingLimit(long long value)
Aws::Utils::Json::JsonValue JsonValue