AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DataQualityTargetTable.h
1
6#pragma once
7#include <aws/glue/Glue_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 Glue
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_GLUE_API DataQualityTargetTable();
38
39
41
44 inline const Aws::String& GetTableName() const{ return m_tableName; }
45 inline bool TableNameHasBeenSet() const { return m_tableNameHasBeenSet; }
46 inline void SetTableName(const Aws::String& value) { m_tableNameHasBeenSet = true; m_tableName = value; }
47 inline void SetTableName(Aws::String&& value) { m_tableNameHasBeenSet = true; m_tableName = std::move(value); }
48 inline void SetTableName(const char* value) { m_tableNameHasBeenSet = true; m_tableName.assign(value); }
49 inline DataQualityTargetTable& WithTableName(const Aws::String& value) { SetTableName(value); return *this;}
50 inline DataQualityTargetTable& WithTableName(Aws::String&& value) { SetTableName(std::move(value)); return *this;}
51 inline DataQualityTargetTable& WithTableName(const char* value) { SetTableName(value); return *this;}
53
55
58 inline const Aws::String& GetDatabaseName() const{ return m_databaseName; }
59 inline bool DatabaseNameHasBeenSet() const { return m_databaseNameHasBeenSet; }
60 inline void SetDatabaseName(const Aws::String& value) { m_databaseNameHasBeenSet = true; m_databaseName = value; }
61 inline void SetDatabaseName(Aws::String&& value) { m_databaseNameHasBeenSet = true; m_databaseName = std::move(value); }
62 inline void SetDatabaseName(const char* value) { m_databaseNameHasBeenSet = true; m_databaseName.assign(value); }
63 inline DataQualityTargetTable& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;}
64 inline DataQualityTargetTable& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;}
65 inline DataQualityTargetTable& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;}
67
69
72 inline const Aws::String& GetCatalogId() const{ return m_catalogId; }
73 inline bool CatalogIdHasBeenSet() const { return m_catalogIdHasBeenSet; }
74 inline void SetCatalogId(const Aws::String& value) { m_catalogIdHasBeenSet = true; m_catalogId = value; }
75 inline void SetCatalogId(Aws::String&& value) { m_catalogIdHasBeenSet = true; m_catalogId = std::move(value); }
76 inline void SetCatalogId(const char* value) { m_catalogIdHasBeenSet = true; m_catalogId.assign(value); }
77 inline DataQualityTargetTable& WithCatalogId(const Aws::String& value) { SetCatalogId(value); return *this;}
78 inline DataQualityTargetTable& WithCatalogId(Aws::String&& value) { SetCatalogId(std::move(value)); return *this;}
79 inline DataQualityTargetTable& WithCatalogId(const char* value) { SetCatalogId(value); return *this;}
81 private:
82
83 Aws::String m_tableName;
84 bool m_tableNameHasBeenSet = false;
85
86 Aws::String m_databaseName;
87 bool m_databaseNameHasBeenSet = false;
88
89 Aws::String m_catalogId;
90 bool m_catalogIdHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace Glue
95} // namespace Aws
DataQualityTargetTable & WithDatabaseName(const char *value)
void SetDatabaseName(const Aws::String &value)
DataQualityTargetTable & WithCatalogId(Aws::String &&value)
DataQualityTargetTable & WithTableName(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DataQualityTargetTable & WithTableName(Aws::String &&value)
void SetCatalogId(const Aws::String &value)
DataQualityTargetTable & WithDatabaseName(Aws::String &&value)
DataQualityTargetTable & WithCatalogId(const Aws::String &value)
DataQualityTargetTable & WithTableName(const char *value)
DataQualityTargetTable & WithCatalogId(const char *value)
DataQualityTargetTable & WithDatabaseName(const Aws::String &value)
AWS_GLUE_API DataQualityTargetTable(Aws::Utils::Json::JsonView jsonValue)
void SetTableName(const Aws::String &value)
AWS_GLUE_API DataQualityTargetTable & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue