AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetTruststoreUri(const Aws::String& value) { m_truststoreUriHasBeenSet = true; m_truststoreUri = value; }
48 inline void SetTruststoreUri(Aws::String&& value) { m_truststoreUriHasBeenSet = true; m_truststoreUri = std::move(value); }
49 inline void SetTruststoreUri(const char* value) { m_truststoreUriHasBeenSet = true; m_truststoreUri.assign(value); }
50 inline MutualTlsAuthenticationInput& WithTruststoreUri(const Aws::String& value) { SetTruststoreUri(value); return *this;}
51 inline MutualTlsAuthenticationInput& WithTruststoreUri(Aws::String&& value) { SetTruststoreUri(std::move(value)); return *this;}
52 inline MutualTlsAuthenticationInput& WithTruststoreUri(const char* value) { SetTruststoreUri(value); return *this;}
54
56
60 inline const Aws::String& GetTruststoreVersion() const{ return m_truststoreVersion; }
61 inline bool TruststoreVersionHasBeenSet() const { return m_truststoreVersionHasBeenSet; }
62 inline void SetTruststoreVersion(const Aws::String& value) { m_truststoreVersionHasBeenSet = true; m_truststoreVersion = value; }
63 inline void SetTruststoreVersion(Aws::String&& value) { m_truststoreVersionHasBeenSet = true; m_truststoreVersion = std::move(value); }
64 inline void SetTruststoreVersion(const char* value) { m_truststoreVersionHasBeenSet = true; m_truststoreVersion.assign(value); }
66 inline MutualTlsAuthenticationInput& WithTruststoreVersion(Aws::String&& value) { SetTruststoreVersion(std::move(value)); return *this;}
67 inline MutualTlsAuthenticationInput& WithTruststoreVersion(const char* value) { SetTruststoreVersion(value); return *this;}
69 private:
70
71 Aws::String m_truststoreUri;
72 bool m_truststoreUriHasBeenSet = false;
73
74 Aws::String m_truststoreVersion;
75 bool m_truststoreVersionHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace ApiGatewayV2
80} // namespace Aws
MutualTlsAuthenticationInput & WithTruststoreUri(Aws::String &&value)
AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API MutualTlsAuthenticationInput(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
MutualTlsAuthenticationInput & WithTruststoreVersion(const Aws::String &value)
MutualTlsAuthenticationInput & WithTruststoreUri(const char *value)
MutualTlsAuthenticationInput & WithTruststoreVersion(const char *value)
MutualTlsAuthenticationInput & WithTruststoreUri(const Aws::String &value)
MutualTlsAuthenticationInput & WithTruststoreVersion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue