7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.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/InstanceMetadataTagsState.h>
13#include <aws/ec2/model/ManagedBy.h>
52 m_httpTokensHasBeenSet =
true;
68 m_httpPutResponseHopLimitHasBeenSet =
true;
69 m_httpPutResponseHopLimit = value;
85 m_httpEndpointHasBeenSet =
true;
86 m_httpEndpoint = value;
105 m_instanceMetadataTagsHasBeenSet =
true;
106 m_instanceMetadataTags = value;
125 m_managedByHasBeenSet =
true;
141 template <
typename ManagedExceptionMessageT = Aws::String>
143 m_managedExceptionMessageHasBeenSet =
true;
144 m_managedExceptionMessage = std::forward<ManagedExceptionMessageT>(value);
146 template <
typename ManagedExceptionMessageT = Aws::String>
155 int m_httpPutResponseHopLimit{0};
164 bool m_httpTokensHasBeenSet =
false;
165 bool m_httpPutResponseHopLimitHasBeenSet =
false;
166 bool m_httpEndpointHasBeenSet =
false;
167 bool m_instanceMetadataTagsHasBeenSet =
false;
168 bool m_managedByHasBeenSet =
false;
169 bool m_managedExceptionMessageHasBeenSet =
false;
InstanceMetadataEndpointState
InstanceMetadataTagsState
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream