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>
60 template<
typename ConnectionNameT = Aws::String>
61 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
62 template<
typename ConnectionNameT = Aws::String>
73 template<
typename ConnectionTypeT = Aws::String>
74 void SetConnectionType(ConnectionTypeT&& value) { m_connectionTypeHasBeenSet =
true; m_connectionType = std::forward<ConnectionTypeT>(value); }
75 template<
typename ConnectionTypeT = Aws::String>
81 bool m_identifierHasBeenSet =
false;
84 bool m_connectionNameHasBeenSet =
false;
87 bool m_connectionTypeHasBeenSet =
false;
const Aws::String & GetConnectionName() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API FederatedCatalog(Aws::Utils::Json::JsonView jsonValue)
FederatedCatalog & WithConnectionName(ConnectionNameT &&value)
void SetConnectionType(ConnectionTypeT &&value)
void SetIdentifier(IdentifierT &&value)
bool ConnectionNameHasBeenSet() const
AWS_GLUE_API FederatedCatalog()=default
const Aws::String & GetConnectionType() const
void SetConnectionName(ConnectionNameT &&value)
const Aws::String & GetIdentifier() const
AWS_GLUE_API FederatedCatalog & operator=(Aws::Utils::Json::JsonView jsonValue)
FederatedCatalog & WithIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
FederatedCatalog & WithConnectionType(ConnectionTypeT &&value)
bool ConnectionTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue