7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/TestConnectionInput.h>
45 template<
typename ConnectionNameT = Aws::String>
46 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
47 template<
typename ConnectionNameT = Aws::String>
57 template<
typename CatalogIdT = Aws::String>
58 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
59 template<
typename CatalogIdT = Aws::String>
69 template<
typename TestConnectionInputT = TestConnectionInput>
70 void SetTestConnectionInput(TestConnectionInputT&& value) { m_testConnectionInputHasBeenSet =
true; m_testConnectionInput = std::forward<TestConnectionInputT>(value); }
71 template<
typename TestConnectionInputT = TestConnectionInput>
77 bool m_connectionNameHasBeenSet =
false;
80 bool m_catalogIdHasBeenSet =
false;
83 bool m_testConnectionInputHasBeenSet =
false;
TestConnectionRequest & WithConnectionName(ConnectionNameT &&value)
void SetTestConnectionInput(TestConnectionInputT &&value)
bool ConnectionNameHasBeenSet() const
bool TestConnectionInputHasBeenSet() const
TestConnectionRequest & WithCatalogId(CatalogIdT &&value)
AWS_GLUE_API TestConnectionRequest()=default
const Aws::String & GetCatalogId() const
virtual const char * GetServiceRequestName() const override
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetConnectionName(ConnectionNameT &&value)
TestConnectionRequest & WithTestConnectionInput(TestConnectionInputT &&value)
const Aws::String & GetConnectionName() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const TestConnectionInput & GetTestConnectionInput() const
bool CatalogIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String