AWS SDK for C++

AWS SDK for C++ Version 1.11.748

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ApiGatewayV2 {
20namespace Model {
21
23 public:
24 AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput() = default;
27 AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const;
28
30
39 inline const Aws::String& GetTruststoreUri() const { return m_truststoreUri; }
40 inline bool TruststoreUriHasBeenSet() const { return m_truststoreUriHasBeenSet; }
41 template <typename TruststoreUriT = Aws::String>
42 void SetTruststoreUri(TruststoreUriT&& value) {
43 m_truststoreUriHasBeenSet = true;
44 m_truststoreUri = std::forward<TruststoreUriT>(value);
45 }
46 template <typename TruststoreUriT = Aws::String>
48 SetTruststoreUri(std::forward<TruststoreUriT>(value));
49 return *this;
50 }
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) {
62 m_truststoreVersionHasBeenSet = true;
63 m_truststoreVersion = std::forward<TruststoreVersionT>(value);
64 }
65 template <typename TruststoreVersionT = Aws::String>
67 SetTruststoreVersion(std::forward<TruststoreVersionT>(value));
68 return *this;
69 }
71 private:
72 Aws::String m_truststoreUri;
73
74 Aws::String m_truststoreVersion;
75 bool m_truststoreUriHasBeenSet = false;
76 bool m_truststoreVersionHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace ApiGatewayV2
81} // 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