7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.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 ConnectionNameListT = Aws::Vector<Aws::String>>
61 m_connectionNameListHasBeenSet =
true;
62 m_connectionNameList = std::forward<ConnectionNameListT>(value);
64 template <
typename ConnectionNameListT = Aws::Vector<Aws::String>>
69 template <
typename ConnectionNameListT = Aws::String>
71 m_connectionNameListHasBeenSet =
true;
72 m_connectionNameList.emplace_back(std::forward<ConnectionNameListT>(value));
78 bool m_catalogIdHasBeenSet =
false;
81 bool m_connectionNameListHasBeenSet =
false;
AWS_GLUE_API BatchDeleteConnectionRequest()=default
BatchDeleteConnectionRequest & AddConnectionNameList(ConnectionNameListT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetConnectionNameList() const
BatchDeleteConnectionRequest & WithConnectionNameList(ConnectionNameListT &&value)
void SetConnectionNameList(ConnectionNameListT &&value)
bool CatalogIdHasBeenSet() const
BatchDeleteConnectionRequest & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetCatalogId() const
void SetCatalogId(CatalogIdT &&value)
bool ConnectionNameListHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector