AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MutualTlsAuthenticationInput.h
1
6#pragma once
7#include <aws/apigateway/APIGateway_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 APIGateway
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_APIGATEWAY_API MutualTlsAuthenticationInput() = default;
40 AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
52 inline const Aws::String& GetTruststoreUri() const { return m_truststoreUri; }
53 inline bool TruststoreUriHasBeenSet() const { return m_truststoreUriHasBeenSet; }
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>
57 MutualTlsAuthenticationInput& WithTruststoreUri(TruststoreUriT&& value) { SetTruststoreUri(std::forward<TruststoreUriT>(value)); return *this;}
59
61
65 inline const Aws::String& GetTruststoreVersion() const { return m_truststoreVersion; }
66 inline bool TruststoreVersionHasBeenSet() const { return m_truststoreVersionHasBeenSet; }
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>
70 MutualTlsAuthenticationInput& WithTruststoreVersion(TruststoreVersionT&& value) { SetTruststoreVersion(std::forward<TruststoreVersionT>(value)); return *this;}
72 private:
73
74 Aws::String m_truststoreUri;
75 bool m_truststoreUriHasBeenSet = false;
76
77 Aws::String m_truststoreVersion;
78 bool m_truststoreVersionHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace APIGateway
83} // namespace Aws
MutualTlsAuthenticationInput & WithTruststoreVersion(TruststoreVersionT &&value)
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAY_API MutualTlsAuthenticationInput()=default
MutualTlsAuthenticationInput & WithTruststoreUri(TruststoreUriT &&value)
AWS_APIGATEWAY_API MutualTlsAuthenticationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAY_API MutualTlsAuthenticationInput(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue