7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename IdentifierT = Aws::String>
43 m_identifierHasBeenSet =
true;
44 m_identifier = std::forward<IdentifierT>(value);
46 template <
typename IdentifierT = Aws::String>
59 template <
typename DatabaseIdentifierT = Aws::String>
61 m_databaseIdentifierHasBeenSet =
true;
62 m_databaseIdentifier = std::forward<DatabaseIdentifierT>(value);
64 template <
typename DatabaseIdentifierT = Aws::String>
77 template <
typename ConnectionNameT = Aws::String>
79 m_connectionNameHasBeenSet =
true;
80 m_connectionName = std::forward<ConnectionNameT>(value);
82 template <
typename ConnectionNameT = Aws::String>
96 template <
typename ConnectionTypeT = Aws::String>
98 m_connectionTypeHasBeenSet =
true;
99 m_connectionType = std::forward<ConnectionTypeT>(value);
101 template <
typename ConnectionTypeT = Aws::String>
115 bool m_identifierHasBeenSet =
false;
116 bool m_databaseIdentifierHasBeenSet =
false;
117 bool m_connectionNameHasBeenSet =
false;
118 bool m_connectionTypeHasBeenSet =
false;
const Aws::String & GetConnectionType() const
AWS_GLUE_API FederatedTable()=default
void SetConnectionName(ConnectionNameT &&value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetDatabaseIdentifier() const
FederatedTable & WithDatabaseIdentifier(DatabaseIdentifierT &&value)
const Aws::String & GetConnectionName() const
AWS_GLUE_API FederatedTable(Aws::Utils::Json::JsonView jsonValue)
bool IdentifierHasBeenSet() const
void SetDatabaseIdentifier(DatabaseIdentifierT &&value)
bool DatabaseIdentifierHasBeenSet() const
AWS_GLUE_API FederatedTable & operator=(Aws::Utils::Json::JsonView jsonValue)
FederatedTable & WithIdentifier(IdentifierT &&value)
void SetConnectionType(ConnectionTypeT &&value)
FederatedTable & WithConnectionName(ConnectionNameT &&value)
FederatedTable & WithConnectionType(ConnectionTypeT &&value)
bool ConnectionNameHasBeenSet() const
bool ConnectionTypeHasBeenSet() const
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