7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
59 template<
typename DatabaseIdentifierT = Aws::String>
60 void SetDatabaseIdentifier(DatabaseIdentifierT&& value) { m_databaseIdentifierHasBeenSet =
true; m_databaseIdentifier = std::forward<DatabaseIdentifierT>(value); }
61 template<
typename DatabaseIdentifierT = Aws::String>
71 template<
typename ConnectionNameT = Aws::String>
72 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
73 template<
typename ConnectionNameT = Aws::String>
84 template<
typename ConnectionTypeT = Aws::String>
85 void SetConnectionType(ConnectionTypeT&& value) { m_connectionTypeHasBeenSet =
true; m_connectionType = std::forward<ConnectionTypeT>(value); }
86 template<
typename ConnectionTypeT = Aws::String>
92 bool m_identifierHasBeenSet =
false;
95 bool m_databaseIdentifierHasBeenSet =
false;
98 bool m_connectionNameHasBeenSet =
false;
101 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