7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TruststoreUriT = Aws::String>
48 void SetTruststoreUri(TruststoreUriT&& value) { m_truststoreUriHasBeenSet =
true; m_truststoreUri = std::forward<TruststoreUriT>(value); }
49 template<
typename TruststoreUriT = Aws::String>
60 template<
typename TruststoreVersionT = Aws::String>
61 void SetTruststoreVersion(TruststoreVersionT&& value) { m_truststoreVersionHasBeenSet =
true; m_truststoreVersion = std::forward<TruststoreVersionT>(value); }
62 template<
typename TruststoreVersionT = Aws::String>
68 bool m_truststoreUriHasBeenSet =
false;
71 bool m_truststoreVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue