7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/AttributeBooleanValue.h>
11#include <aws/ec2/model/ResponseMetadata.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 template <
typename EnableDnsHostnamesT = AttributeBooleanValue>
41 m_enableDnsHostnamesHasBeenSet =
true;
42 m_enableDnsHostnames = std::forward<EnableDnsHostnamesT>(value);
44 template <
typename EnableDnsHostnamesT = AttributeBooleanValue>
58 template <
typename EnableDnsSupportT = AttributeBooleanValue>
60 m_enableDnsSupportHasBeenSet =
true;
61 m_enableDnsSupport = std::forward<EnableDnsSupportT>(value);
63 template <
typename EnableDnsSupportT = AttributeBooleanValue>
75 template <
typename EnableNetworkAddressUsageMetricsT = AttributeBooleanValue>
77 m_enableNetworkAddressUsageMetricsHasBeenSet =
true;
78 m_enableNetworkAddressUsageMetrics = std::forward<EnableNetworkAddressUsageMetricsT>(value);
80 template <
typename EnableNetworkAddressUsageMetricsT = AttributeBooleanValue>
92 template <
typename VpcIdT = Aws::String>
94 m_vpcIdHasBeenSet =
true;
95 m_vpcId = std::forward<VpcIdT>(value);
97 template <
typename VpcIdT = Aws::String>
99 SetVpcId(std::forward<VpcIdT>(value));
107 template <
typename ResponseMetadataT = ResponseMetadata>
109 m_responseMetadataHasBeenSet =
true;
110 m_responseMetadata = std::forward<ResponseMetadataT>(value);
112 template <
typename ResponseMetadataT = ResponseMetadata>
131 bool m_enableDnsHostnamesHasBeenSet =
false;
132 bool m_enableDnsSupportHasBeenSet =
false;
133 bool m_enableNetworkAddressUsageMetricsHasBeenSet =
false;
134 bool m_vpcIdHasBeenSet =
false;
135 bool m_responseMetadataHasBeenSet =
false;
const AttributeBooleanValue & GetEnableNetworkAddressUsageMetrics() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeVpcAttributeResponse & WithEnableDnsSupport(EnableDnsSupportT &&value)
void SetEnableDnsHostnames(EnableDnsHostnamesT &&value)
AWS_EC2_API DescribeVpcAttributeResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeVpcAttributeResponse & WithResponseMetadata(ResponseMetadataT &&value)
DescribeVpcAttributeResponse & WithVpcId(VpcIdT &&value)
AWS_EC2_API DescribeVpcAttributeResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetVpcId(VpcIdT &&value)
const AttributeBooleanValue & GetEnableDnsHostnames() const
AWS_EC2_API DescribeVpcAttributeResponse()=default
void SetResponseMetadata(ResponseMetadataT &&value)
void SetEnableNetworkAddressUsageMetrics(EnableNetworkAddressUsageMetricsT &&value)
void SetEnableDnsSupport(EnableDnsSupportT &&value)
const AttributeBooleanValue & GetEnableDnsSupport() const
const Aws::String & GetVpcId() const
DescribeVpcAttributeResponse & WithEnableNetworkAddressUsageMetrics(EnableNetworkAddressUsageMetricsT &&value)
const ResponseMetadata & GetResponseMetadata() const
DescribeVpcAttributeResponse & WithEnableDnsHostnames(EnableDnsHostnamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument