7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/ec2/EC2_EXPORTS.h>
9#include <aws/ec2/model/HttpTokensState.h>
10#include <aws/ec2/model/InstanceMetadataEndpointState.h>
11#include <aws/ec2/model/InstanceMetadataProtocolState.h>
12#include <aws/ec2/model/InstanceMetadataTagsState.h>
60 m_httpTokensHasBeenSet =
true;
77 m_httpPutResponseHopLimitHasBeenSet =
true;
78 m_httpPutResponseHopLimit = value;
95 m_httpEndpointHasBeenSet =
true;
96 m_httpEndpoint = value;
112 m_httpProtocolIpv6HasBeenSet =
true;
113 m_httpProtocolIpv6 = value;
133 m_instanceMetadataTagsHasBeenSet =
true;
134 m_instanceMetadataTags = value;
144 int m_httpPutResponseHopLimit{0};
151 bool m_httpTokensHasBeenSet =
false;
152 bool m_httpPutResponseHopLimitHasBeenSet =
false;
153 bool m_httpEndpointHasBeenSet =
false;
154 bool m_httpProtocolIpv6HasBeenSet =
false;
155 bool m_instanceMetadataTagsHasBeenSet =
false;
InstanceMetadataEndpointState
InstanceMetadataTagsState
InstanceMetadataProtocolState
std::basic_ostream< char, std::char_traits< char > > OStream