7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename HttpEndpo
intT = Aws::String>
48 void SetHttpEndpoint(HttpEndpointT&& value) { m_httpEndpointHasBeenSet =
true; m_httpEndpoint = std::forward<HttpEndpointT>(value); }
49 template<
typename HttpEndpo
intT = Aws::String>
59 template<
typename HttpProtocolIpv6T = Aws::String>
60 void SetHttpProtocolIpv6(HttpProtocolIpv6T&& value) { m_httpProtocolIpv6HasBeenSet =
true; m_httpProtocolIpv6 = std::forward<HttpProtocolIpv6T>(value); }
61 template<
typename HttpProtocolIpv6T = Aws::String>
82 template<
typename HttpTokensT = Aws::String>
83 void SetHttpTokens(HttpTokensT&& value) { m_httpTokensHasBeenSet =
true; m_httpTokens = std::forward<HttpTokensT>(value); }
84 template<
typename HttpTokensT = Aws::String>
95 template<
typename InstanceMetadataTagsT = Aws::String>
96 void SetInstanceMetadataTags(InstanceMetadataTagsT&& value) { m_instanceMetadataTagsHasBeenSet =
true; m_instanceMetadataTags = std::forward<InstanceMetadataTagsT>(value); }
97 template<
typename InstanceMetadataTagsT = Aws::String>
103 bool m_httpEndpointHasBeenSet =
false;
106 bool m_httpProtocolIpv6HasBeenSet =
false;
108 int m_httpPutResponseHopLimit{0};
109 bool m_httpPutResponseHopLimitHasBeenSet =
false;
112 bool m_httpTokensHasBeenSet =
false;
115 bool m_instanceMetadataTagsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue