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/ConnectionInput.h>
45 template<
typename CatalogIdT = Aws::String>
46 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
47 template<
typename CatalogIdT = Aws::String>
57 template<
typename NameT = Aws::String>
58 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
59 template<
typename NameT = Aws::String>
70 template<
typename ConnectionInputT = ConnectionInput>
71 void SetConnectionInput(ConnectionInputT&& value) { m_connectionInputHasBeenSet =
true; m_connectionInput = std::forward<ConnectionInputT>(value); }
72 template<
typename ConnectionInputT = ConnectionInput>
78 bool m_catalogIdHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
84 bool m_connectionInputHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::String & GetCatalogId() const
void SetConnectionInput(ConnectionInputT &&value)
AWS_GLUE_API UpdateConnectionRequest()=default
const ConnectionInput & GetConnectionInput() const
bool ConnectionInputHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
UpdateConnectionRequest & WithName(NameT &&value)
bool CatalogIdHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
void SetCatalogId(CatalogIdT &&value)
UpdateConnectionRequest & WithCatalogId(CatalogIdT &&value)
UpdateConnectionRequest & WithConnectionInput(ConnectionInputT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String