AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SubjectAlternativeNameMatchers.h
1
6#pragma once
7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace AppMesh
23{
24namespace Model
25{
26
35 {
36 public:
40 AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::Vector<Aws::String>& GetExact() const{ return m_exact; }
48 inline bool ExactHasBeenSet() const { return m_exactHasBeenSet; }
49 inline void SetExact(const Aws::Vector<Aws::String>& value) { m_exactHasBeenSet = true; m_exact = value; }
50 inline void SetExact(Aws::Vector<Aws::String>&& value) { m_exactHasBeenSet = true; m_exact = std::move(value); }
51 inline SubjectAlternativeNameMatchers& WithExact(const Aws::Vector<Aws::String>& value) { SetExact(value); return *this;}
52 inline SubjectAlternativeNameMatchers& WithExact(Aws::Vector<Aws::String>&& value) { SetExact(std::move(value)); return *this;}
53 inline SubjectAlternativeNameMatchers& AddExact(const Aws::String& value) { m_exactHasBeenSet = true; m_exact.push_back(value); return *this; }
54 inline SubjectAlternativeNameMatchers& AddExact(Aws::String&& value) { m_exactHasBeenSet = true; m_exact.push_back(std::move(value)); return *this; }
55 inline SubjectAlternativeNameMatchers& AddExact(const char* value) { m_exactHasBeenSet = true; m_exact.push_back(value); return *this; }
57 private:
58
60 bool m_exactHasBeenSet = false;
61 };
62
63} // namespace Model
64} // namespace AppMesh
65} // namespace Aws
AWS_APPMESH_API Aws::Utils::Json::JsonValue Jsonize() const
SubjectAlternativeNameMatchers & WithExact(Aws::Vector< Aws::String > &&value)
SubjectAlternativeNameMatchers & WithExact(const Aws::Vector< Aws::String > &value)
AWS_APPMESH_API SubjectAlternativeNameMatchers(Aws::Utils::Json::JsonView jsonValue)
SubjectAlternativeNameMatchers & AddExact(const Aws::String &value)
SubjectAlternativeNameMatchers & AddExact(Aws::String &&value)
void SetExact(const Aws::Vector< Aws::String > &value)
SubjectAlternativeNameMatchers & AddExact(const char *value)
AWS_APPMESH_API SubjectAlternativeNameMatchers & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue