AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
TableCreation.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Kafka {
17namespace Model {
18
26 public:
27 AWS_KAFKA_API TableCreation() = default;
28 AWS_KAFKA_API TableCreation(Aws::Utils::Json::JsonView jsonValue);
30 AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetEnableTableCreation() const { return m_enableTableCreation; }
38 inline bool EnableTableCreationHasBeenSet() const { return m_enableTableCreationHasBeenSet; }
39 inline void SetEnableTableCreation(bool value) {
40 m_enableTableCreationHasBeenSet = true;
41 m_enableTableCreation = value;
42 }
45 return *this;
46 }
48 private:
49 bool m_enableTableCreation{false};
50 bool m_enableTableCreationHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace Kafka
55} // namespace Aws
AWS_KAFKA_API TableCreation()=default
AWS_KAFKA_API TableCreation(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API TableCreation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEnableTableCreation(bool value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
TableCreation & WithEnableTableCreation(bool value)
Aws::Utils::Json::JsonValue JsonValue