/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for response parameters to the
* DescribeVpcEndpoints
operation. Returns a list containing
* configuration details and status of the VPC Endpoints as well as a list
* containing error responses of the endpoints that could not be
* describedSee Also:
AWS
* API Reference
Information about each requested VPC endpoint.
*/ inline const Aws::VectorInformation about each requested VPC endpoint.
*/ inline void SetVpcEndpoints(const Aws::VectorInformation about each requested VPC endpoint.
*/ inline void SetVpcEndpoints(Aws::VectorInformation about each requested VPC endpoint.
*/ inline DescribeVpcEndpointsResult& WithVpcEndpoints(const Aws::VectorInformation about each requested VPC endpoint.
*/ inline DescribeVpcEndpointsResult& WithVpcEndpoints(Aws::VectorInformation about each requested VPC endpoint.
*/ inline DescribeVpcEndpointsResult& AddVpcEndpoints(const VpcEndpoint& value) { m_vpcEndpoints.push_back(value); return *this; } /** *Information about each requested VPC endpoint.
*/ inline DescribeVpcEndpointsResult& AddVpcEndpoints(VpcEndpoint&& value) { m_vpcEndpoints.push_back(std::move(value)); return *this; } /** *Any errors associated with the request.
*/ inline const Aws::VectorAny errors associated with the request.
*/ inline void SetVpcEndpointErrors(const Aws::VectorAny errors associated with the request.
*/ inline void SetVpcEndpointErrors(Aws::VectorAny errors associated with the request.
*/ inline DescribeVpcEndpointsResult& WithVpcEndpointErrors(const Aws::VectorAny errors associated with the request.
*/ inline DescribeVpcEndpointsResult& WithVpcEndpointErrors(Aws::VectorAny errors associated with the request.
*/ inline DescribeVpcEndpointsResult& AddVpcEndpointErrors(const VpcEndpointError& value) { m_vpcEndpointErrors.push_back(value); return *this; } /** *Any errors associated with the request.
*/ inline DescribeVpcEndpointsResult& AddVpcEndpointErrors(VpcEndpointError&& value) { m_vpcEndpointErrors.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeVpcEndpointsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeVpcEndpointsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeVpcEndpointsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector