7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/lightsail/LightsailRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lightsail/model/HttpTokens.h>
11#include <aws/lightsail/model/HttpEndpoint.h>
12#include <aws/lightsail/model/HttpProtocolIpv6.h>
46 template<
typename InstanceNameT = Aws::String>
47 void SetInstanceName(InstanceNameT&& value) { m_instanceNameHasBeenSet =
true; m_instanceName = std::forward<InstanceNameT>(value); }
48 template<
typename InstanceNameT = Aws::String>
112 bool m_instanceNameHasBeenSet =
false;
115 bool m_httpTokensHasBeenSet =
false;
118 bool m_httpEndpointHasBeenSet =
false;
120 int m_httpPutResponseHopLimit{0};
121 bool m_httpPutResponseHopLimitHasBeenSet =
false;
124 bool m_httpProtocolIpv6HasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String