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/ConnectionInput.h>
41 template <
typename CatalogIdT = Aws::String>
43 m_catalogIdHasBeenSet =
true;
44 m_catalogId = std::forward<CatalogIdT>(value);
46 template <
typename CatalogIdT = Aws::String>
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
78 template <
typename ConnectionInputT = ConnectionInput>
80 m_connectionInputHasBeenSet =
true;
81 m_connectionInput = std::forward<ConnectionInputT>(value);
83 template <
typename ConnectionInputT = ConnectionInput>
91 bool m_catalogIdHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 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