AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
HttpEndpointBufferingHints.h
1
6#pragma once
7#include <aws/firehose/Firehose_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 Firehose
20{
21namespace Model
22{
23
35 {
36 public:
37 AWS_FIREHOSE_API HttpEndpointBufferingHints();
40 AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
51 inline int GetSizeInMBs() const{ return m_sizeInMBs; }
52 inline bool SizeInMBsHasBeenSet() const { return m_sizeInMBsHasBeenSet; }
53 inline void SetSizeInMBs(int value) { m_sizeInMBsHasBeenSet = true; m_sizeInMBs = value; }
54 inline HttpEndpointBufferingHints& WithSizeInMBs(int value) { SetSizeInMBs(value); return *this;}
56
58
62 inline int GetIntervalInSeconds() const{ return m_intervalInSeconds; }
63 inline bool IntervalInSecondsHasBeenSet() const { return m_intervalInSecondsHasBeenSet; }
64 inline void SetIntervalInSeconds(int value) { m_intervalInSecondsHasBeenSet = true; m_intervalInSeconds = value; }
65 inline HttpEndpointBufferingHints& WithIntervalInSeconds(int value) { SetIntervalInSeconds(value); return *this;}
67 private:
68
69 int m_sizeInMBs;
70 bool m_sizeInMBsHasBeenSet = false;
71
72 int m_intervalInSeconds;
73 bool m_intervalInSecondsHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Firehose
78} // namespace Aws
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API HttpEndpointBufferingHints(Aws::Utils::Json::JsonView jsonValue)
HttpEndpointBufferingHints & WithSizeInMBs(int value)
AWS_FIREHOSE_API HttpEndpointBufferingHints & operator=(Aws::Utils::Json::JsonView jsonValue)
HttpEndpointBufferingHints & WithIntervalInSeconds(int value)
Aws::Utils::Json::JsonValue JsonValue