7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/opensearch/OpenSearchServiceRequest.h>
10#include <aws/opensearch/OpenSearchService_EXPORTS.h>
15namespace OpenSearchService {
38 template <
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
40 m_vpcEndpointIdsHasBeenSet =
true;
41 m_vpcEndpointIds = std::forward<VpcEndpointIdsT>(value);
43 template <
typename VpcEndpo
intIdsT = Aws::Vector<Aws::String>>
48 template <
typename VpcEndpo
intIdsT = Aws::String>
50 m_vpcEndpointIdsHasBeenSet =
true;
51 m_vpcEndpointIds.emplace_back(std::forward<VpcEndpointIdsT>(value));
57 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