7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DevEndpo
intNamesT = Aws::Vector<Aws::String>>
46 void SetDevEndpointNames(DevEndpointNamesT&& value) { m_devEndpointNamesHasBeenSet =
true; m_devEndpointNames = std::forward<DevEndpointNamesT>(value); }
47 template<
typename DevEndpo
intNamesT = Aws::Vector<Aws::String>>
49 template<
typename DevEndpo
intNamesT = Aws::String>
55 bool m_devEndpointNamesHasBeenSet =
false;
void SetDevEndpointNames(DevEndpointNamesT &&value)
BatchGetDevEndpointsRequest & WithDevEndpointNames(DevEndpointNamesT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetDevEndpointNames() const
bool DevEndpointNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchGetDevEndpointsRequest & AddDevEndpointNames(DevEndpointNamesT &&value)
AWS_GLUE_API BatchGetDevEndpointsRequest()=default
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