AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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 <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
34 {
35 public:
36 AWS_GLUE_API IcebergInput();
40
41
43
46 inline const MetadataOperation& GetMetadataOperation() const{ return m_metadataOperation; }
47 inline bool MetadataOperationHasBeenSet() const { return m_metadataOperationHasBeenSet; }
48 inline void SetMetadataOperation(const MetadataOperation& value) { m_metadataOperationHasBeenSet = true; m_metadataOperation = value; }
49 inline void SetMetadataOperation(MetadataOperation&& value) { m_metadataOperationHasBeenSet = true; m_metadataOperation = std::move(value); }
50 inline IcebergInput& WithMetadataOperation(const MetadataOperation& value) { SetMetadataOperation(value); return *this;}
51 inline IcebergInput& WithMetadataOperation(MetadataOperation&& value) { SetMetadataOperation(std::move(value)); return *this;}
53
55
58 inline const Aws::String& GetVersion() const{ return m_version; }
59 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
60 inline void SetVersion(const Aws::String& value) { m_versionHasBeenSet = true; m_version = value; }
61 inline void SetVersion(Aws::String&& value) { m_versionHasBeenSet = true; m_version = std::move(value); }
62 inline void SetVersion(const char* value) { m_versionHasBeenSet = true; m_version.assign(value); }
63 inline IcebergInput& WithVersion(const Aws::String& value) { SetVersion(value); return *this;}
64 inline IcebergInput& WithVersion(Aws::String&& value) { SetVersion(std::move(value)); return *this;}
65 inline IcebergInput& WithVersion(const char* value) { SetVersion(value); return *this;}
67 private:
68
69 MetadataOperation m_metadataOperation;
70 bool m_metadataOperationHasBeenSet = false;
71
72 Aws::String m_version;
73 bool m_versionHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace Glue
78} // namespace Aws
IcebergInput & WithMetadataOperation(const MetadataOperation &value)
const MetadataOperation & GetMetadataOperation() const
IcebergInput & WithVersion(const Aws::String &value)
AWS_GLUE_API IcebergInput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MetadataOperationHasBeenSet() const
void SetVersion(const char *value)
AWS_GLUE_API IcebergInput(Aws::Utils::Json::JsonView jsonValue)
void SetVersion(const Aws::String &value)
void SetVersion(Aws::String &&value)
IcebergInput & WithVersion(Aws::String &&value)
void SetMetadataOperation(MetadataOperation &&value)
IcebergInput & WithVersion(const char *value)
const Aws::String & GetVersion() const
void SetMetadataOperation(const MetadataOperation &value)
IcebergInput & WithMetadataOperation(MetadataOperation &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue