/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the output of DescribeVpcEndpoints.See Also:
AWS
* API Reference
Information about the endpoints.
*/ inline const Aws::VectorInformation about the endpoints.
*/ inline void SetVpcEndpoints(const Aws::VectorInformation about the endpoints.
*/ inline void SetVpcEndpoints(Aws::VectorInformation about the endpoints.
*/ inline DescribeVpcEndpointsResponse& WithVpcEndpoints(const Aws::VectorInformation about the endpoints.
*/ inline DescribeVpcEndpointsResponse& WithVpcEndpoints(Aws::VectorInformation about the endpoints.
*/ inline DescribeVpcEndpointsResponse& AddVpcEndpoints(const VpcEndpoint& value) { m_vpcEndpoints.push_back(value); return *this; } /** *Information about the endpoints.
*/ inline DescribeVpcEndpointsResponse& AddVpcEndpoints(VpcEndpoint&& value) { m_vpcEndpoints.push_back(std::move(value)); return *this; } /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline DescribeVpcEndpointsResponse& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline DescribeVpcEndpointsResponse& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The token to use when requesting the next set of items. If there are no * additional items to return, the string is empty.
*/ inline DescribeVpcEndpointsResponse& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; } inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; } inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); } inline DescribeVpcEndpointsResponse& WithResponseMetadata(const ResponseMetadata& value) { SetResponseMetadata(value); return *this;} inline DescribeVpcEndpointsResponse& WithResponseMetadata(ResponseMetadata&& value) { SetResponseMetadata(std::move(value)); return *this;} private: Aws::Vector