7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/es/ElasticsearchServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ElasticsearchService
58 bool m_vpcEndpointIdsHasBeenSet =
false;
DescribeVpcEndpointsRequest & AddVpcEndpointIds(const char *value)
AWS_ELASTICSEARCHSERVICE_API DescribeVpcEndpointsRequest()
AWS_ELASTICSEARCHSERVICE_API Aws::String SerializePayload() const override
void SetVpcEndpointIds(const Aws::Vector< Aws::String > &value)
virtual const char * GetServiceRequestName() const override
DescribeVpcEndpointsRequest & AddVpcEndpointIds(const Aws::String &value)
void SetVpcEndpointIds(Aws::Vector< Aws::String > &&value)
DescribeVpcEndpointsRequest & WithVpcEndpointIds(Aws::Vector< Aws::String > &&value)
DescribeVpcEndpointsRequest & AddVpcEndpointIds(Aws::String &&value)
bool VpcEndpointIdsHasBeenSet() const
DescribeVpcEndpointsRequest & WithVpcEndpointIds(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector