AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
UpdateIcebergInput.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/UpdateIcebergTableInput.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Glue {
20namespace Model {
21
30 public:
31 AWS_GLUE_API UpdateIcebergInput() = default;
35
37
42 inline const UpdateIcebergTableInput& GetUpdateIcebergTableInput() const { return m_updateIcebergTableInput; }
43 inline bool UpdateIcebergTableInputHasBeenSet() const { return m_updateIcebergTableInputHasBeenSet; }
44 template <typename UpdateIcebergTableInputT = UpdateIcebergTableInput>
45 void SetUpdateIcebergTableInput(UpdateIcebergTableInputT&& value) {
46 m_updateIcebergTableInputHasBeenSet = true;
47 m_updateIcebergTableInput = std::forward<UpdateIcebergTableInputT>(value);
48 }
49 template <typename UpdateIcebergTableInputT = UpdateIcebergTableInput>
50 UpdateIcebergInput& WithUpdateIcebergTableInput(UpdateIcebergTableInputT&& value) {
51 SetUpdateIcebergTableInput(std::forward<UpdateIcebergTableInputT>(value));
52 return *this;
53 }
55 private:
56 UpdateIcebergTableInput m_updateIcebergTableInput;
57 bool m_updateIcebergTableInputHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace Glue
62} // namespace Aws
AWS_GLUE_API UpdateIcebergInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API UpdateIcebergInput(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API UpdateIcebergInput()=default
void SetUpdateIcebergTableInput(UpdateIcebergTableInputT &&value)
const UpdateIcebergTableInput & GetUpdateIcebergTableInput() const
UpdateIcebergInput & WithUpdateIcebergTableInput(UpdateIcebergTableInputT &&value)
Aws::Utils::Json::JsonValue JsonValue