AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TableIdentifier.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
33 {
34 public:
35 AWS_GLUE_API TableIdentifier();
39
40
42
45 inline const Aws::String& GetCatalogId() const{ return m_catalogId; }
46 inline bool CatalogIdHasBeenSet() const { return m_catalogIdHasBeenSet; }
47 inline void SetCatalogId(const Aws::String& value) { m_catalogIdHasBeenSet = true; m_catalogId = value; }
48 inline void SetCatalogId(Aws::String&& value) { m_catalogIdHasBeenSet = true; m_catalogId = std::move(value); }
49 inline void SetCatalogId(const char* value) { m_catalogIdHasBeenSet = true; m_catalogId.assign(value); }
50 inline TableIdentifier& WithCatalogId(const Aws::String& value) { SetCatalogId(value); return *this;}
51 inline TableIdentifier& WithCatalogId(Aws::String&& value) { SetCatalogId(std::move(value)); return *this;}
52 inline TableIdentifier& WithCatalogId(const char* value) { SetCatalogId(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 TableIdentifier& WithDatabaseName(const Aws::String& value) { SetDatabaseName(value); return *this;}
65 inline TableIdentifier& WithDatabaseName(Aws::String&& value) { SetDatabaseName(std::move(value)); return *this;}
66 inline TableIdentifier& WithDatabaseName(const char* value) { SetDatabaseName(value); return *this;}
68
70
73 inline const Aws::String& GetName() const{ return m_name; }
74 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
75 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
76 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
77 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
78 inline TableIdentifier& WithName(const Aws::String& value) { SetName(value); return *this;}
79 inline TableIdentifier& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
80 inline TableIdentifier& WithName(const char* value) { SetName(value); return *this;}
82
84
87 inline const Aws::String& GetRegion() const{ return m_region; }
88 inline bool RegionHasBeenSet() const { return m_regionHasBeenSet; }
89 inline void SetRegion(const Aws::String& value) { m_regionHasBeenSet = true; m_region = value; }
90 inline void SetRegion(Aws::String&& value) { m_regionHasBeenSet = true; m_region = std::move(value); }
91 inline void SetRegion(const char* value) { m_regionHasBeenSet = true; m_region.assign(value); }
92 inline TableIdentifier& WithRegion(const Aws::String& value) { SetRegion(value); return *this;}
93 inline TableIdentifier& WithRegion(Aws::String&& value) { SetRegion(std::move(value)); return *this;}
94 inline TableIdentifier& WithRegion(const char* value) { SetRegion(value); return *this;}
96 private:
97
98 Aws::String m_catalogId;
99 bool m_catalogIdHasBeenSet = false;
100
101 Aws::String m_databaseName;
102 bool m_databaseNameHasBeenSet = false;
103
104 Aws::String m_name;
105 bool m_nameHasBeenSet = false;
106
107 Aws::String m_region;
108 bool m_regionHasBeenSet = false;
109 };
110
111} // namespace Model
112} // namespace Glue
113} // namespace Aws
void SetName(const Aws::String &value)
AWS_GLUE_API TableIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
void SetCatalogId(const char *value)
void SetCatalogId(Aws::String &&value)
void SetDatabaseName(const char *value)
TableIdentifier & WithCatalogId(Aws::String &&value)
TableIdentifier & WithName(const char *value)
void SetName(const char *value)
TableIdentifier & WithDatabaseName(const Aws::String &value)
const Aws::String & GetCatalogId() const
TableIdentifier & WithCatalogId(const Aws::String &value)
void SetRegion(const Aws::String &value)
AWS_GLUE_API TableIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
TableIdentifier & WithName(Aws::String &&value)
const Aws::String & GetDatabaseName() const
void SetDatabaseName(Aws::String &&value)
TableIdentifier & WithRegion(const Aws::String &value)
const Aws::String & GetName() const
const Aws::String & GetRegion() const
TableIdentifier & WithRegion(Aws::String &&value)
TableIdentifier & WithDatabaseName(Aws::String &&value)
TableIdentifier & WithDatabaseName(const char *value)
TableIdentifier & WithCatalogId(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDatabaseName(const Aws::String &value)
void SetCatalogId(const Aws::String &value)
TableIdentifier & WithName(const Aws::String &value)
void SetRegion(const char *value)
void SetRegion(Aws::String &&value)
TableIdentifier & WithRegion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue