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>
47 inline void SetConnectionName(
const char* value) { m_connectionNameHasBeenSet =
true; m_connectionName.assign(value); }
67 bool m_connectionNameHasBeenSet =
false;
70 bool m_testConnectionInputHasBeenSet =
false;
void SetConnectionName(const Aws::String &value)
TestConnectionRequest & WithTestConnectionInput(TestConnectionInput &&value)
bool ConnectionNameHasBeenSet() const
TestConnectionRequest & WithTestConnectionInput(const TestConnectionInput &value)
bool TestConnectionInputHasBeenSet() const
virtual const char * GetServiceRequestName() const override
TestConnectionRequest & WithConnectionName(Aws::String &&value)
void SetTestConnectionInput(const TestConnectionInput &value)
TestConnectionRequest & WithConnectionName(const Aws::String &value)
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API TestConnectionRequest()
void SetTestConnectionInput(TestConnectionInput &&value)
void SetConnectionName(const char *value)
void SetConnectionName(Aws::String &&value)
const Aws::String & GetConnectionName() const
TestConnectionRequest & WithConnectionName(const char *value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const TestConnectionInput & GetTestConnectionInput() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String