7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/ResponseMetadata.h>
12#include <aws/ec2/model/VpcEndpointAssociation.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename VpcEndpo
intAssociationsT = Aws::Vector<VpcEndpo
intAssociation>>
40 m_vpcEndpointAssociationsHasBeenSet =
true;
41 m_vpcEndpointAssociations = std::forward<VpcEndpointAssociationsT>(value);
43 template <
typename VpcEndpo
intAssociationsT = Aws::Vector<VpcEndpo
intAssociation>>
48 template <
typename VpcEndpo
intAssociationsT = VpcEndpo
intAssociation>
50 m_vpcEndpointAssociationsHasBeenSet =
true;
51 m_vpcEndpointAssociations.emplace_back(std::forward<VpcEndpointAssociationsT>(value));
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 template <
typename ResponseMetadataT = ResponseMetadata>
78 m_responseMetadataHasBeenSet =
true;
79 m_responseMetadata = std::forward<ResponseMetadataT>(value);
81 template <
typename ResponseMetadataT = ResponseMetadata>
96 bool m_vpcEndpointAssociationsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_responseMetadataHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_EC2_API DescribeVpcEndpointAssociationsResponse()=default
const Aws::Vector< VpcEndpointAssociation > & GetVpcEndpointAssociations() const
DescribeVpcEndpointAssociationsResponse & WithVpcEndpointAssociations(VpcEndpointAssociationsT &&value)
DescribeVpcEndpointAssociationsResponse & WithNextToken(NextTokenT &&value)
AWS_EC2_API DescribeVpcEndpointAssociationsResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeVpcEndpointAssociationsResponse & AddVpcEndpointAssociations(VpcEndpointAssociationsT &&value)
const Aws::String & GetNextToken() const
DescribeVpcEndpointAssociationsResponse & WithResponseMetadata(ResponseMetadataT &&value)
void SetVpcEndpointAssociations(VpcEndpointAssociationsT &&value)
AWS_EC2_API DescribeVpcEndpointAssociationsResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const ResponseMetadata & GetResponseMetadata() const
void SetResponseMetadata(ResponseMetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument