AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FederatedDatabase.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 FederatedDatabase();
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 FederatedDatabase& WithIdentifier(const Aws::String& value) { SetIdentifier(value); return *this;}
51 inline FederatedDatabase& WithIdentifier(Aws::String&& value) { SetIdentifier(std::move(value)); return *this;}
52 inline FederatedDatabase& WithIdentifier(const char* value) { SetIdentifier(value); return *this;}
54
56
59 inline const Aws::String& GetConnectionName() const{ return m_connectionName; }
60 inline bool ConnectionNameHasBeenSet() const { return m_connectionNameHasBeenSet; }
61 inline void SetConnectionName(const Aws::String& value) { m_connectionNameHasBeenSet = true; m_connectionName = value; }
62 inline void SetConnectionName(Aws::String&& value) { m_connectionNameHasBeenSet = true; m_connectionName = std::move(value); }
63 inline void SetConnectionName(const char* value) { m_connectionNameHasBeenSet = true; m_connectionName.assign(value); }
64 inline FederatedDatabase& WithConnectionName(const Aws::String& value) { SetConnectionName(value); return *this;}
65 inline FederatedDatabase& WithConnectionName(Aws::String&& value) { SetConnectionName(std::move(value)); return *this;}
66 inline FederatedDatabase& WithConnectionName(const char* value) { SetConnectionName(value); return *this;}
68 private:
69
70 Aws::String m_identifier;
71 bool m_identifierHasBeenSet = false;
72
73 Aws::String m_connectionName;
74 bool m_connectionNameHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace Glue
79} // namespace Aws
FederatedDatabase & WithConnectionName(const Aws::String &value)
AWS_GLUE_API FederatedDatabase & operator=(Aws::Utils::Json::JsonView jsonValue)
FederatedDatabase & WithIdentifier(const Aws::String &value)
void SetConnectionName(Aws::String &&value)
const Aws::String & GetIdentifier() const
void SetIdentifier(const Aws::String &value)
AWS_GLUE_API FederatedDatabase(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionName(const char *value)
void SetIdentifier(const char *value)
void SetConnectionName(const Aws::String &value)
FederatedDatabase & WithConnectionName(Aws::String &&value)
void SetIdentifier(Aws::String &&value)
FederatedDatabase & WithIdentifier(const char *value)
FederatedDatabase & WithConnectionName(const char *value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
FederatedDatabase & WithIdentifier(Aws::String &&value)
const Aws::String & GetConnectionName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue