AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FederatedTable.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 FederatedTable();
39
40
42
45 inline const Aws::String& GetIdentifier() const{ return m_identifier; }
46 inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; }
47 inline void SetIdentifier(const Aws::String& value) { m_identifierHasBeenSet = true; m_identifier = value; }
48 inline void SetIdentifier(Aws::String&& value) { m_identifierHasBeenSet = true; m_identifier = std::move(value); }
49 inline void SetIdentifier(const char* value) { m_identifierHasBeenSet = true; m_identifier.assign(value); }
50 inline FederatedTable& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;}
51 inline FederatedTable& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;}
52 inline FederatedTable& WithIdentifier(const char* value) { SetIdentifier(value); return *this;}
54
56
59 inline const Aws::String& GetDatabaseIdentifier() const{ return m_databaseIdentifier; }
60 inline bool DatabaseIdentifierHasBeenSet() const { return m_databaseIdentifierHasBeenSet; }
61 inline void SetDatabaseIdentifier(const Aws::String& value) { m_databaseIdentifierHasBeenSet = true; m_databaseIdentifier = value; }
62 inline void SetDatabaseIdentifier(Aws::String&& value) { m_databaseIdentifierHasBeenSet = true; m_databaseIdentifier = std::move(value); }
63 inline void SetDatabaseIdentifier(const char* value) { m_databaseIdentifierHasBeenSet = true; m_databaseIdentifier.assign(value); }
64 inline FederatedTable& WithDatabaseIdentifier(const Aws::String& value) { SetDatabaseIdentifier(value); return *this;}
65 inline FederatedTable& WithDatabaseIdentifier(Aws::String&& value) { SetDatabaseIdentifier(std::move(value)); return *this;}
66 inline FederatedTable& WithDatabaseIdentifier(const char* value) { SetDatabaseIdentifier(value); return *this;}
68
70
73 inline const Aws::String& GetConnectionName() const{ return m_connectionName; }
74 inline bool ConnectionNameHasBeenSet() const { return m_connectionNameHasBeenSet; }
75 inline void SetConnectionName(const Aws::String& value) { m_connectionNameHasBeenSet = true; m_connectionName = value; }
76 inline void SetConnectionName(Aws::String&& value) { m_connectionNameHasBeenSet = true; m_connectionName = std::move(value); }
77 inline void SetConnectionName(const char* value) { m_connectionNameHasBeenSet = true; m_connectionName.assign(value); }
78 inline FederatedTable& WithConnectionName(const Aws::String& value) { SetConnectionName(value); return *this;}
79 inline FederatedTable& WithConnectionName(Aws::String&& value) { SetConnectionName(std::move(value)); return *this;}
80 inline FederatedTable& WithConnectionName(const char* value) { SetConnectionName(value); return *this;}
82 private:
83
84 Aws::String m_identifier;
85 bool m_identifierHasBeenSet = false;
86
87 Aws::String m_databaseIdentifier;
88 bool m_databaseIdentifierHasBeenSet = false;
89
90 Aws::String m_connectionName;
91 bool m_connectionNameHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace Glue
96} // namespace Aws
FederatedTable & WithIdentifier(const Aws::String &value)
void SetConnectionName(const char *value)
FederatedTable & WithDatabaseIdentifier(Aws::String &&value)
const Aws::String & GetDatabaseIdentifier() const
const Aws::String & GetConnectionName() const
AWS_GLUE_API FederatedTable(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseIdentifier(const Aws::String &value)
FederatedTable & WithIdentifier(Aws::String &&value)
AWS_GLUE_API FederatedTable & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionName(Aws::String &&value)
FederatedTable & WithIdentifier(const char *value)
FederatedTable & WithConnectionName(Aws::String &&value)
void SetIdentifier(const Aws::String &value)
void SetDatabaseIdentifier(Aws::String &&value)
void SetIdentifier(Aws::String &&value)
void SetIdentifier(const char *value)
FederatedTable & WithDatabaseIdentifier(const Aws::String &value)
FederatedTable & WithDatabaseIdentifier(const char *value)
void SetDatabaseIdentifier(const char *value)
FederatedTable & WithConnectionName(const Aws::String &value)
FederatedTable & WithConnectionName(const char *value)
void SetConnectionName(const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue