AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
FederatedCatalog.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 FederatedCatalog() = default;
39
40
42
45 inline const Aws::String& GetIdentifier() const { return m_identifier; }
46 inline bool IdentifierHasBeenSet() const { return m_identifierHasBeenSet; }
47 template<typename IdentifierT = Aws::String>
48 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet = true; m_identifier = std::forward<IdentifierT>(value); }
49 template<typename IdentifierT = Aws::String>
50 FederatedCatalog& WithIdentifier(IdentifierT&& value) { SetIdentifier(std::forward<IdentifierT>(value)); return *this;}
52
54
58 inline const Aws::String& GetConnectionName() const { return m_connectionName; }
59 inline bool ConnectionNameHasBeenSet() const { return m_connectionNameHasBeenSet; }
60 template<typename ConnectionNameT = Aws::String>
61 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet = true; m_connectionName = std::forward<ConnectionNameT>(value); }
62 template<typename ConnectionNameT = Aws::String>
63 FederatedCatalog& WithConnectionName(ConnectionNameT&& value) { SetConnectionName(std::forward<ConnectionNameT>(value)); return *this;}
65
67
71 inline const Aws::String& GetConnectionType() const { return m_connectionType; }
72 inline bool ConnectionTypeHasBeenSet() const { return m_connectionTypeHasBeenSet; }
73 template<typename ConnectionTypeT = Aws::String>
74 void SetConnectionType(ConnectionTypeT&& value) { m_connectionTypeHasBeenSet = true; m_connectionType = std::forward<ConnectionTypeT>(value); }
75 template<typename ConnectionTypeT = Aws::String>
76 FederatedCatalog& WithConnectionType(ConnectionTypeT&& value) { SetConnectionType(std::forward<ConnectionTypeT>(value)); return *this;}
78 private:
79
80 Aws::String m_identifier;
81 bool m_identifierHasBeenSet = false;
82
83 Aws::String m_connectionName;
84 bool m_connectionNameHasBeenSet = false;
85
86 Aws::String m_connectionType;
87 bool m_connectionTypeHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace Glue
92} // namespace Aws
const Aws::String & GetConnectionName() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API FederatedCatalog(Aws::Utils::Json::JsonView jsonValue)
FederatedCatalog & WithConnectionName(ConnectionNameT &&value)
void SetConnectionType(ConnectionTypeT &&value)
void SetIdentifier(IdentifierT &&value)
AWS_GLUE_API FederatedCatalog()=default
const Aws::String & GetConnectionType() const
void SetConnectionName(ConnectionNameT &&value)
const Aws::String & GetIdentifier() const
AWS_GLUE_API FederatedCatalog & operator=(Aws::Utils::Json::JsonView jsonValue)
FederatedCatalog & WithIdentifier(IdentifierT &&value)
FederatedCatalog & WithConnectionType(ConnectionTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue