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 ConnectionNameT = Aws::String>
61 m_connectionNameHasBeenSet =
true;
62 m_connectionName = std::forward<ConnectionNameT>(value);
64 template <
typename ConnectionNameT = Aws::String>
78 template <
typename ConnectionTypeT = Aws::String>
80 m_connectionTypeHasBeenSet =
true;
81 m_connectionType = std::forward<ConnectionTypeT>(value);
83 template <
typename ConnectionTypeT = Aws::String>
95 bool m_identifierHasBeenSet =
false;
96 bool m_connectionNameHasBeenSet =
false;
97 bool m_connectionTypeHasBeenSet =
false;
bool IdentifierHasBeenSet() const
FederatedDatabase & WithIdentifier(IdentifierT &&value)
AWS_GLUE_API FederatedDatabase & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConnectionNameHasBeenSet() const
void SetConnectionName(ConnectionNameT &&value)
const Aws::String & GetIdentifier() const
bool ConnectionTypeHasBeenSet() const
FederatedDatabase & WithConnectionType(ConnectionTypeT &&value)
AWS_GLUE_API FederatedDatabase(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API FederatedDatabase()=default
void SetConnectionType(ConnectionTypeT &&value)
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetConnectionType() const
FederatedDatabase & WithConnectionName(ConnectionNameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetConnectionName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue