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 ConnectionNameT = Aws::String>
60 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
61 template<
typename ConnectionNameT = Aws::String>
72 template<
typename ConnectionTypeT = Aws::String>
73 void SetConnectionType(ConnectionTypeT&& value) { m_connectionTypeHasBeenSet =
true; m_connectionType = std::forward<ConnectionTypeT>(value); }
74 template<
typename ConnectionTypeT = Aws::String>
80 bool m_identifierHasBeenSet =
false;
83 bool m_connectionNameHasBeenSet =
false;
86 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