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>
60 template <
typename ConnectionNameT = Aws::String>
62 m_connectionNameHasBeenSet =
true;
63 m_connectionName = std::forward<ConnectionNameT>(value);
65 template <
typename ConnectionNameT = Aws::String>
79 template <
typename ConnectionTypeT = Aws::String>
81 m_connectionTypeHasBeenSet =
true;
82 m_connectionType = std::forward<ConnectionTypeT>(value);
84 template <
typename ConnectionTypeT = Aws::String>
92 bool m_identifierHasBeenSet =
false;
95 bool m_connectionNameHasBeenSet =
false;
98 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