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 SetConnectionName(
const char* value) { m_connectionNameHasBeenSet =
true; m_connectionName.assign(value); }
71 bool m_identifierHasBeenSet =
false;
74 bool m_connectionNameHasBeenSet =
false;
FederatedDatabase & WithConnectionName(const Aws::String &value)
bool IdentifierHasBeenSet() const
AWS_GLUE_API FederatedDatabase & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConnectionNameHasBeenSet() const
FederatedDatabase & WithIdentifier(const Aws::String &value)
void SetConnectionName(Aws::String &&value)
AWS_GLUE_API FederatedDatabase()
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