7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/HttpTokensState.h>
11#include <aws/ec2/model/InstanceMetadataEndpointState.h>
12#include <aws/ec2/model/InstanceMetadataProtocolState.h>
13#include <aws/ec2/model/InstanceMetadataTagsState.h>
45 template <
typename InstanceIdT = Aws::String>
47 m_instanceIdHasBeenSet =
true;
48 m_instanceId = std::forward<InstanceIdT>(value);
50 template <
typename InstanceIdT = Aws::String>
84 m_httpTokensHasBeenSet =
true;
103 m_httpPutResponseHopLimitHasBeenSet =
true;
104 m_httpPutResponseHopLimit = value;
122 m_httpEndpointHasBeenSet =
true;
123 m_httpEndpoint = value;
141 m_dryRunHasBeenSet =
true;
158 m_httpProtocolIpv6HasBeenSet =
true;
159 m_httpProtocolIpv6 = value;
178 m_instanceMetadataTagsHasBeenSet =
true;
179 m_instanceMetadataTags = value;
191 int m_httpPutResponseHopLimit{0};
195 bool m_dryRun{
false};
200 bool m_instanceIdHasBeenSet =
false;
201 bool m_httpTokensHasBeenSet =
false;
202 bool m_httpPutResponseHopLimitHasBeenSet =
false;
203 bool m_httpEndpointHasBeenSet =
false;
204 bool m_dryRunHasBeenSet =
false;
205 bool m_httpProtocolIpv6HasBeenSet =
false;
206 bool m_instanceMetadataTagsHasBeenSet =
false;
InstanceMetadataEndpointState
InstanceMetadataTagsState
InstanceMetadataProtocolState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String