AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
DirectPutSourceDescription.h
1
6#pragma once
7#include <aws/firehose/Firehose_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Firehose {
17namespace Model {
18
27 public:
28 AWS_FIREHOSE_API DirectPutSourceDescription() = default;
31 AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
40 inline int GetThroughputHintInMBs() const { return m_throughputHintInMBs; }
41 inline bool ThroughputHintInMBsHasBeenSet() const { return m_throughputHintInMBsHasBeenSet; }
42 inline void SetThroughputHintInMBs(int value) {
43 m_throughputHintInMBsHasBeenSet = true;
44 m_throughputHintInMBs = value;
45 }
48 return *this;
49 }
51 private:
52 int m_throughputHintInMBs{0};
53 bool m_throughputHintInMBsHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace Firehose
58} // namespace Aws
AWS_FIREHOSE_API DirectPutSourceDescription()=default
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API DirectPutSourceDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
DirectPutSourceDescription & WithThroughputHintInMBs(int value)
AWS_FIREHOSE_API DirectPutSourceDescription(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue