7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/TestConnectionInput.h>
41 template <
typename ConnectionNameT = Aws::String>
43 m_connectionNameHasBeenSet =
true;
44 m_connectionName = std::forward<ConnectionNameT>(value);
46 template <
typename ConnectionNameT = Aws::String>
59 template <
typename CatalogIdT = Aws::String>
61 m_catalogIdHasBeenSet =
true;
62 m_catalogId = std::forward<CatalogIdT>(value);
64 template <
typename CatalogIdT = Aws::String>
77 template <
typename TestConnectionInputT = TestConnectionInput>
79 m_testConnectionInputHasBeenSet =
true;
80 m_testConnectionInput = std::forward<TestConnectionInputT>(value);
82 template <
typename TestConnectionInputT = TestConnectionInput>
90 bool m_connectionNameHasBeenSet =
false;
93 bool m_catalogIdHasBeenSet =
false;
96 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