AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
SubjectAlternativeNameMatchers.h
1
6#pragma once
7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace AppMesh {
21namespace Model {
22
31 public:
32 AWS_APPMESH_API SubjectAlternativeNameMatchers() = default;
35 AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::Vector<Aws::String>& GetExact() const { return m_exact; }
42 inline bool ExactHasBeenSet() const { return m_exactHasBeenSet; }
43 template <typename ExactT = Aws::Vector<Aws::String>>
44 void SetExact(ExactT&& value) {
45 m_exactHasBeenSet = true;
46 m_exact = std::forward<ExactT>(value);
47 }
48 template <typename ExactT = Aws::Vector<Aws::String>>
50 SetExact(std::forward<ExactT>(value));
51 return *this;
52 }
53 template <typename ExactT = Aws::String>
55 m_exactHasBeenSet = true;
56 m_exact.emplace_back(std::forward<ExactT>(value));
57 return *this;
58 }
60 private:
62 bool m_exactHasBeenSet = false;
63};
64
65} // namespace Model
66} // namespace AppMesh
67} // namespace Aws
AWS_APPMESH_API SubjectAlternativeNameMatchers()=default
SubjectAlternativeNameMatchers & WithExact(ExactT &&value)
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPMESH_API SubjectAlternativeNameMatchers(Aws::Utils::Json::JsonView jsonValue)
SubjectAlternativeNameMatchers & AddExact(ExactT &&value)
AWS_APPMESH_API SubjectAlternativeNameMatchers & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue