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/core/utils/memory/stl/AWSVector.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 ConnectionNameListT = Aws::Vector<Aws::String>>
58 void SetConnectionNameList(ConnectionNameListT&& value) { m_connectionNameListHasBeenSet =
true; m_connectionNameList = std::forward<ConnectionNameListT>(value); }
59 template<
typename ConnectionNameListT = Aws::Vector<Aws::String>>
61 template<
typename ConnectionNameListT = Aws::String>
67 bool m_catalogIdHasBeenSet =
false;
70 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