/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that represents the methods by which a subject alternative name on
* a peer Transport Layer Security (TLS) certificate can be matched.See
* Also:
AWS
* API Reference
The values sent must match the specified values exactly.
*/ inline const Aws::VectorThe values sent must match the specified values exactly.
*/ inline bool ExactHasBeenSet() const { return m_exactHasBeenSet; } /** *The values sent must match the specified values exactly.
*/ inline void SetExact(const Aws::VectorThe values sent must match the specified values exactly.
*/ inline void SetExact(Aws::VectorThe values sent must match the specified values exactly.
*/ inline SubjectAlternativeNameMatchers& WithExact(const Aws::VectorThe values sent must match the specified values exactly.
*/ inline SubjectAlternativeNameMatchers& WithExact(Aws::VectorThe values sent must match the specified values exactly.
*/ inline SubjectAlternativeNameMatchers& AddExact(const Aws::String& value) { m_exactHasBeenSet = true; m_exact.push_back(value); return *this; } /** *The values sent must match the specified values exactly.
*/ inline SubjectAlternativeNameMatchers& AddExact(Aws::String&& value) { m_exactHasBeenSet = true; m_exact.push_back(std::move(value)); return *this; } /** *The values sent must match the specified values exactly.
*/ inline SubjectAlternativeNameMatchers& AddExact(const char* value) { m_exactHasBeenSet = true; m_exact.push_back(value); return *this; } private: Aws::Vector