AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GlueDataSource.h
1
6#pragma once
7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CleanRoomsML
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CLEANROOMSML_API GlueDataSource();
36 AWS_CLEANROOMSML_API GlueDataSource(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CLEANROOMSML_API GlueDataSource& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetTableName() const{ return m_tableName; }
46 inline bool TableNameHasBeenSet() const { return m_tableNameHasBeenSet; }
47 inline void SetTableName(const Aws::String& value) { m_tableNameHasBeenSet = true; m_tableName = value; }
48 inline void SetTableName(Aws::String&& value) { m_tableNameHasBeenSet = true; m_tableName = std::move(value); }
49 inline void SetTableName(const char* value) { m_tableNameHasBeenSet = true; m_tableName.assign(value); }
50 inline GlueDataSource& WithTableName(const Aws::String& value) { SetTableName(value); return *this;}
51 inline GlueDataSource& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;}
52 inline GlueDataSource& WithTableName(const char* value) { SetTableName(value); return *this;}
54
56
59 inline const Aws::String& GetDatabaseName() const{ return m_databaseName; }
60 inline bool DatabaseNameHasBeenSet() const { return m_databaseNameHasBeenSet; }
61 inline void SetDatabaseName(const Aws::String& value) { m_databaseNameHasBeenSet = true; m_databaseName = value; }
62 inline void SetDatabaseName(Aws::String&& value) { m_databaseNameHasBeenSet = true; m_databaseName = std::move(value); }
63 inline void SetDatabaseName(const char* value) { m_databaseNameHasBeenSet = true; m_databaseName.assign(value); }
64 inline GlueDataSource& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;}
65 inline GlueDataSource& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;}
66 inline GlueDataSource& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;}
68
70
73 inline const Aws::String& GetCatalogId() const{ return m_catalogId; }
74 inline bool CatalogIdHasBeenSet() const { return m_catalogIdHasBeenSet; }
75 inline void SetCatalogId(const Aws::String& value) { m_catalogIdHasBeenSet = true; m_catalogId = value; }
76 inline void SetCatalogId(Aws::String&& value) { m_catalogIdHasBeenSet = true; m_catalogId = std::move(value); }
77 inline void SetCatalogId(const char* value) { m_catalogIdHasBeenSet = true; m_catalogId.assign(value); }
78 inline GlueDataSource& WithCatalogId(const Aws::String& value) { SetCatalogId(value); return *this;}
79 inline GlueDataSource& WithCatalogId(Aws::String&& value) { SetCatalogId(std::move(value)); return *this;}
80 inline GlueDataSource& WithCatalogId(const char* value) { SetCatalogId(value); return *this;}
82 private:
83
84 Aws::String m_tableName;
85 bool m_tableNameHasBeenSet = false;
86
87 Aws::String m_databaseName;
88 bool m_databaseNameHasBeenSet = false;
89
90 Aws::String m_catalogId;
91 bool m_catalogIdHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace CleanRoomsML
96} // namespace Aws
GlueDataSource & WithCatalogId(const char *value)
void SetDatabaseName(Aws::String &&value)
void SetCatalogId(const Aws::String &value)
void SetDatabaseName(const Aws::String &value)
GlueDataSource & WithDatabaseName(const char *value)
void SetTableName(const Aws::String &value)
const Aws::String & GetCatalogId() const
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
GlueDataSource & WithTableName(const Aws::String &value)
GlueDataSource & WithCatalogId(const Aws::String &value)
GlueDataSource & WithDatabaseName(const Aws::String &value)
GlueDataSource & WithDatabaseName(Aws::String &&value)
const Aws::String & GetTableName() const
void SetCatalogId(Aws::String &&value)
void SetTableName(Aws::String &&value)
GlueDataSource & WithTableName(const char *value)
GlueDataSource & WithTableName(Aws::String &&value)
GlueDataSource & WithCatalogId(Aws::String &&value)
AWS_CLEANROOMSML_API GlueDataSource(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMSML_API GlueDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatabaseName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue