7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetServerNameToVerify(
const char* value) { m_serverNameToVerifyHasBeenSet =
true; m_serverNameToVerify.assign(value); }
60 bool m_serverNameToVerifyHasBeenSet =
false;
TlsConfig & WithServerNameToVerify(const char *value)
TlsConfig & WithServerNameToVerify(const Aws::String &value)
const Aws::String & GetServerNameToVerify() const
AWS_APIGATEWAYV2_API TlsConfig()
void SetServerNameToVerify(const Aws::String &value)
TlsConfig & WithServerNameToVerify(Aws::String &&value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServerNameToVerify(Aws::String &&value)
bool ServerNameToVerifyHasBeenSet() const
AWS_APIGATEWAYV2_API TlsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetServerNameToVerify(const char *value)
AWS_APIGATEWAYV2_API TlsConfig(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue