AWS SDK for C++

AWS SDK for C++ Version 1.11.767

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace APIGateway {
20namespace Model {
21
31 public:
32 AWS_APIGATEWAY_API MutualTlsAuthenticationInput() = default;
35 AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
46 inline const Aws::String& GetTruststoreUri() const { return m_truststoreUri; }
47 inline bool TruststoreUriHasBeenSet() const { return m_truststoreUriHasBeenSet; }
48 template <typename TruststoreUriT = Aws::String>
49 void SetTruststoreUri(TruststoreUriT&& value) {
50 m_truststoreUriHasBeenSet = true;
51 m_truststoreUri = std::forward<TruststoreUriT>(value);
52 }
53 template <typename TruststoreUriT = Aws::String>
55 SetTruststoreUri(std::forward<TruststoreUriT>(value));
56 return *this;
57 }
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) {
69 m_truststoreVersionHasBeenSet = true;
70 m_truststoreVersion = std::forward<TruststoreVersionT>(value);
71 }
72 template <typename TruststoreVersionT = Aws::String>
74 SetTruststoreVersion(std::forward<TruststoreVersionT>(value));
75 return *this;
76 }
78 private:
79 Aws::String m_truststoreUri;
80
81 Aws::String m_truststoreVersion;
82 bool m_truststoreUriHasBeenSet = false;
83 bool m_truststoreVersionHasBeenSet = false;
84};
85
86} // namespace Model
87} // namespace APIGateway
88} // 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