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>
56 bool m_devEndpointNamesHasBeenSet =
false;
AWS_GLUE_API BatchGetDevEndpointsRequest()
BatchGetDevEndpointsRequest & AddDevEndpointNames(Aws::String &&value)
void SetDevEndpointNames(const Aws::Vector< Aws::String > &value)
BatchGetDevEndpointsRequest & WithDevEndpointNames(const Aws::Vector< Aws::String > &value)
BatchGetDevEndpointsRequest & AddDevEndpointNames(const char *value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetDevEndpointsRequest & AddDevEndpointNames(const Aws::String &value)
BatchGetDevEndpointsRequest & WithDevEndpointNames(Aws::Vector< Aws::String > &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetDevEndpointNames(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetDevEndpointNames() const
bool DevEndpointNamesHasBeenSet() const
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