AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
MutualTlsAuthenticationInput.h
1
6#pragma once
7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ApiGatewayV2
22{
23namespace Model
24{
25
27 {
28 public:
29 AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput() = default;
32 AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const;
33
34
36
45 inline const Aws::String& GetTruststoreUri() const { return m_truststoreUri; }
46 inline bool TruststoreUriHasBeenSet() const { return m_truststoreUriHasBeenSet; }
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>
50 MutualTlsAuthenticationInput& WithTruststoreUri(TruststoreUriT&& value) { SetTruststoreUri(std::forward<TruststoreUriT>(value)); return *this;}
52
54
58 inline const Aws::String& GetTruststoreVersion() const { return m_truststoreVersion; }
59 inline bool TruststoreVersionHasBeenSet() const { return m_truststoreVersionHasBeenSet; }
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>
63 MutualTlsAuthenticationInput& WithTruststoreVersion(TruststoreVersionT&& value) { SetTruststoreVersion(std::forward<TruststoreVersionT>(value)); return *this;}
65 private:
66
67 Aws::String m_truststoreUri;
68 bool m_truststoreUriHasBeenSet = false;
69
70 Aws::String m_truststoreVersion;
71 bool m_truststoreVersionHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace ApiGatewayV2
76} // namespace Aws
AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput(Aws::Utils::Json::JsonView jsonValue)
MutualTlsAuthenticationInput & WithTruststoreVersion(TruststoreVersionT &&value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
MutualTlsAuthenticationInput & WithTruststoreUri(TruststoreUriT &&value)
AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue