AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
IcebergInput.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/MetadataOperation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/CreateIcebergTableInput.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace Glue
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_GLUE_API IcebergInput() = default;
41
42
44
47 inline MetadataOperation GetMetadataOperation() const { return m_metadataOperation; }
48 inline bool MetadataOperationHasBeenSet() const { return m_metadataOperationHasBeenSet; }
49 inline void SetMetadataOperation(MetadataOperation value) { m_metadataOperationHasBeenSet = true; m_metadataOperation = value; }
52
54
57 inline const Aws::String& GetVersion() const { return m_version; }
58 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
59 template<typename VersionT = Aws::String>
60 void SetVersion(VersionT&& value) { m_versionHasBeenSet = true; m_version = std::forward<VersionT>(value); }
61 template<typename VersionT = Aws::String>
62 IcebergInput& WithVersion(VersionT&& value) { SetVersion(std::forward<VersionT>(value)); return *this;}
64
66
70 inline const CreateIcebergTableInput& GetCreateIcebergTableInput() const { return m_createIcebergTableInput; }
71 inline bool CreateIcebergTableInputHasBeenSet() const { return m_createIcebergTableInputHasBeenSet; }
72 template<typename CreateIcebergTableInputT = CreateIcebergTableInput>
73 void SetCreateIcebergTableInput(CreateIcebergTableInputT&& value) { m_createIcebergTableInputHasBeenSet = true; m_createIcebergTableInput = std::forward<CreateIcebergTableInputT>(value); }
74 template<typename CreateIcebergTableInputT = CreateIcebergTableInput>
75 IcebergInput& WithCreateIcebergTableInput(CreateIcebergTableInputT&& value) { SetCreateIcebergTableInput(std::forward<CreateIcebergTableInputT>(value)); return *this;}
77 private:
78
80 bool m_metadataOperationHasBeenSet = false;
81
82 Aws::String m_version;
83 bool m_versionHasBeenSet = false;
84
85 CreateIcebergTableInput m_createIcebergTableInput;
86 bool m_createIcebergTableInputHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace Glue
91} // namespace Aws
IcebergInput & WithMetadataOperation(MetadataOperation value)
AWS_GLUE_API IcebergInput()=default
const CreateIcebergTableInput & GetCreateIcebergTableInput() const
AWS_GLUE_API IcebergInput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MetadataOperationHasBeenSet() const
AWS_GLUE_API IcebergInput(Aws::Utils::Json::JsonView jsonValue)
void SetCreateIcebergTableInput(CreateIcebergTableInputT &&value)
bool CreateIcebergTableInputHasBeenSet() const
const Aws::String & GetVersion() const
void SetMetadataOperation(MetadataOperation value)
void SetVersion(VersionT &&value)
IcebergInput & WithVersion(VersionT &&value)
IcebergInput & WithCreateIcebergTableInput(CreateIcebergTableInputT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
MetadataOperation GetMetadataOperation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue