AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
TableCreationConfiguration.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 TableCreationConfiguration() = default;
31 AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline bool GetEnabled() const { return m_enabled; }
39 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
40 inline void SetEnabled(bool value) {
41 m_enabledHasBeenSet = true;
42 m_enabled = value;
43 }
45 SetEnabled(value);
46 return *this;
47 }
49 private:
50 bool m_enabled{false};
51 bool m_enabledHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace Firehose
56} // namespace Aws
AWS_FIREHOSE_API TableCreationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API TableCreationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API TableCreationConfiguration()=default
TableCreationConfiguration & WithEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue