7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/opensearch/OpenSearchServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace OpenSearchService
42 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
43 void SetVpcEndpointIds(VpcEndpointIdsT&& value) { m_vpcEndpointIdsHasBeenSet =
true; m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value); }
44 template<
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
46 template<
typename VpcEndpo
intIdsT = Aws::String>
52 bool m_vpcEndpointIdsHasBeenSet =
false;
DescribeVpcEndpointsRequest & AddVpcEndpointIds(VpcEndpointIdsT &&value)
AWS_OPENSEARCHSERVICE_API Aws::String SerializePayload() const override
bool VpcEndpointIdsHasBeenSet() const
AWS_OPENSEARCHSERVICE_API DescribeVpcEndpointsRequest()=default
void SetVpcEndpointIds(VpcEndpointIdsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetVpcEndpointIds() const
DescribeVpcEndpointsRequest & WithVpcEndpointIds(VpcEndpointIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector