7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename TruststoreUriT = Aws::String>
55 void SetTruststoreUri(TruststoreUriT&& value) { m_truststoreUriHasBeenSet =
true; m_truststoreUri = std::forward<TruststoreUriT>(value); }
56 template<
typename TruststoreUriT = Aws::String>
67 template<
typename TruststoreVersionT = Aws::String>
68 void SetTruststoreVersion(TruststoreVersionT&& value) { m_truststoreVersionHasBeenSet =
true; m_truststoreVersion = std::forward<TruststoreVersionT>(value); }
69 template<
typename TruststoreVersionT = Aws::String>
75 bool m_truststoreUriHasBeenSet =
false;
78 bool m_truststoreVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue