AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
TlsValidationContextSdsTrust.h
1
6#pragma once
7#include <aws/appmesh/AppMesh_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 AppMesh {
20namespace Model {
21
32 public:
33 AWS_APPMESH_API TlsValidationContextSdsTrust() = default;
36 AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
44 inline const Aws::String& GetSecretName() const { return m_secretName; }
45 inline bool SecretNameHasBeenSet() const { return m_secretNameHasBeenSet; }
46 template <typename SecretNameT = Aws::String>
47 void SetSecretName(SecretNameT&& value) {
48 m_secretNameHasBeenSet = true;
49 m_secretName = std::forward<SecretNameT>(value);
50 }
51 template <typename SecretNameT = Aws::String>
53 SetSecretName(std::forward<SecretNameT>(value));
54 return *this;
55 }
57 private:
58 Aws::String m_secretName;
59 bool m_secretNameHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace AppMesh
64} // namespace Aws
TlsValidationContextSdsTrust & WithSecretName(SecretNameT &&value)
AWS_APPMESH_API TlsValidationContextSdsTrust & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API TlsValidationContextSdsTrust(Aws::Utils::Json::JsonView jsonValue)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPMESH_API TlsValidationContextSdsTrust()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue