AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateIcebergTableInput.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/IcebergTableUpdate.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_GLUE_API UpdateIcebergTableInput() = default;
41
42
44
49 inline const Aws::Vector<IcebergTableUpdate>& GetUpdates() const { return m_updates; }
50 inline bool UpdatesHasBeenSet() const { return m_updatesHasBeenSet; }
51 template<typename UpdatesT = Aws::Vector<IcebergTableUpdate>>
52 void SetUpdates(UpdatesT&& value) { m_updatesHasBeenSet = true; m_updates = std::forward<UpdatesT>(value); }
53 template<typename UpdatesT = Aws::Vector<IcebergTableUpdate>>
54 UpdateIcebergTableInput& WithUpdates(UpdatesT&& value) { SetUpdates(std::forward<UpdatesT>(value)); return *this;}
55 template<typename UpdatesT = IcebergTableUpdate>
56 UpdateIcebergTableInput& AddUpdates(UpdatesT&& value) { m_updatesHasBeenSet = true; m_updates.emplace_back(std::forward<UpdatesT>(value)); return *this; }
58 private:
59
61 bool m_updatesHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace Glue
66} // 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