7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ResponseMetadata.h>
11#include <aws/ec2/model/VpcEndpointAssociation.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename VpcEndpo
intAssociationsT = Aws::Vector<VpcEndpo
intAssociation>>
44 void SetVpcEndpointAssociations(VpcEndpointAssociationsT&& value) { m_vpcEndpointAssociationsHasBeenSet =
true; m_vpcEndpointAssociations = std::forward<VpcEndpointAssociationsT>(value); }
45 template<
typename VpcEndpo
intAssociationsT = Aws::Vector<VpcEndpo
intAssociation>>
47 template<
typename VpcEndpo
intAssociationsT = VpcEndpo
intAssociation>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename ResponseMetadataT = ResponseMetadata>
66 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
67 template<
typename ResponseMetadataT = ResponseMetadata>
73 bool m_vpcEndpointAssociationsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 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)
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