AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
OpenTableFormatInput.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/IcebergInput.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_GLUE_API OpenTableFormatInput();
38
39
41
45 inline const IcebergInput& GetIcebergInput() const{ return m_icebergInput; }
46 inline bool IcebergInputHasBeenSet() const { return m_icebergInputHasBeenSet; }
47 inline void SetIcebergInput(const IcebergInput& value) { m_icebergInputHasBeenSet = true; m_icebergInput = value; }
48 inline void SetIcebergInput(IcebergInput&& value) { m_icebergInputHasBeenSet = true; m_icebergInput = std::move(value); }
49 inline OpenTableFormatInput& WithIcebergInput(const IcebergInput& value) { SetIcebergInput(value); return *this;}
50 inline OpenTableFormatInput& WithIcebergInput(IcebergInput&& value) { SetIcebergInput(std::move(value)); return *this;}
52 private:
53
54 IcebergInput m_icebergInput;
55 bool m_icebergInputHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace Glue
60} // namespace Aws
OpenTableFormatInput & WithIcebergInput(const IcebergInput &value)
OpenTableFormatInput & WithIcebergInput(IcebergInput &&value)
const IcebergInput & GetIcebergInput() const
AWS_GLUE_API OpenTableFormatInput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIcebergInput(const IcebergInput &value)
AWS_GLUE_API OpenTableFormatInput(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue