7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
63 inline void SetDatabaseIdentifier(
const char* value) { m_databaseIdentifierHasBeenSet =
true; m_databaseIdentifier.assign(value); }
77 inline void SetConnectionName(
const char* value) { m_connectionNameHasBeenSet =
true; m_connectionName.assign(value); }
85 bool m_identifierHasBeenSet =
false;
88 bool m_databaseIdentifierHasBeenSet =
false;
91 bool m_connectionNameHasBeenSet =
false;
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_GLUE_API FederatedTable(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseIdentifier(const Aws::String &value)
bool IdentifierHasBeenSet() const
FederatedTable & WithIdentifier(Aws::String &&value)
bool DatabaseIdentifierHasBeenSet() const
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)
bool ConnectionNameHasBeenSet() 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