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/SecurityGroupVpcAssociation.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename SecurityGroupVpcAssociationsT = Aws::Vector<SecurityGroupVpcAssociation>>
44 void SetSecurityGroupVpcAssociations(SecurityGroupVpcAssociationsT&& value) { m_securityGroupVpcAssociationsHasBeenSet =
true; m_securityGroupVpcAssociations = std::forward<SecurityGroupVpcAssociationsT>(value); }
45 template<
typename SecurityGroupVpcAssociationsT = Aws::Vector<SecurityGroupVpcAssociation>>
47 template<
typename SecurityGroupVpcAssociationsT = SecurityGroupVpcAssociation>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename ResponseMetadataT = ResponseMetadata>
67 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
68 template<
typename ResponseMetadataT = ResponseMetadata>
74 bool m_securityGroupVpcAssociationsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_responseMetadataHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
DescribeSecurityGroupVpcAssociationsResponse & AddSecurityGroupVpcAssociations(SecurityGroupVpcAssociationsT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeSecurityGroupVpcAssociationsResponse()=default
const Aws::Vector< SecurityGroupVpcAssociation > & GetSecurityGroupVpcAssociations() const
DescribeSecurityGroupVpcAssociationsResponse & WithResponseMetadata(ResponseMetadataT &&value)
AWS_EC2_API DescribeSecurityGroupVpcAssociationsResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeSecurityGroupVpcAssociationsResponse & WithNextToken(NextTokenT &&value)
const ResponseMetadata & GetResponseMetadata() const
void SetSecurityGroupVpcAssociations(SecurityGroupVpcAssociationsT &&value)
AWS_EC2_API DescribeSecurityGroupVpcAssociationsResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeSecurityGroupVpcAssociationsResponse & WithSecurityGroupVpcAssociations(SecurityGroupVpcAssociationsT &&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