AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
UpdateIcebergTableInput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/IcebergTableUpdate.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Glue {
21namespace Model {
22
31 public:
32 AWS_GLUE_API UpdateIcebergTableInput() = default;
36
38
43 inline const Aws::Vector<IcebergTableUpdate>& GetUpdates() const { return m_updates; }
44 inline bool UpdatesHasBeenSet() const { return m_updatesHasBeenSet; }
45 template <typename UpdatesT = Aws::Vector<IcebergTableUpdate>>
46 void SetUpdates(UpdatesT&& value) {
47 m_updatesHasBeenSet = true;
48 m_updates = std::forward<UpdatesT>(value);
49 }
50 template <typename UpdatesT = Aws::Vector<IcebergTableUpdate>>
52 SetUpdates(std::forward<UpdatesT>(value));
53 return *this;
54 }
55 template <typename UpdatesT = IcebergTableUpdate>
57 m_updatesHasBeenSet = true;
58 m_updates.emplace_back(std::forward<UpdatesT>(value));
59 return *this;
60 }
62 private:
64 bool m_updatesHasBeenSet = false;
65};
66
67} // namespace Model
68} // namespace Glue
69} // namespace Aws
AWS_GLUE_API UpdateIcebergTableInput()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateIcebergTableInput & AddUpdates(UpdatesT &&value)
AWS_GLUE_API UpdateIcebergTableInput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< IcebergTableUpdate > & GetUpdates() const
UpdateIcebergTableInput & WithUpdates(UpdatesT &&value)
AWS_GLUE_API UpdateIcebergTableInput(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue