/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains information about the reason that the finding was
* generated.See Also:
AWS
* API Reference
A list of threat intelligence details related to the evidence.
*/ inline const Aws::VectorA list of threat intelligence details related to the evidence.
*/ inline bool ThreatIntelligenceDetailsHasBeenSet() const { return m_threatIntelligenceDetailsHasBeenSet; } /** *A list of threat intelligence details related to the evidence.
*/ inline void SetThreatIntelligenceDetails(const Aws::VectorA list of threat intelligence details related to the evidence.
*/ inline void SetThreatIntelligenceDetails(Aws::VectorA list of threat intelligence details related to the evidence.
*/ inline Evidence& WithThreatIntelligenceDetails(const Aws::VectorA list of threat intelligence details related to the evidence.
*/ inline Evidence& WithThreatIntelligenceDetails(Aws::VectorA list of threat intelligence details related to the evidence.
*/ inline Evidence& AddThreatIntelligenceDetails(const ThreatIntelligenceDetail& value) { m_threatIntelligenceDetailsHasBeenSet = true; m_threatIntelligenceDetails.push_back(value); return *this; } /** *A list of threat intelligence details related to the evidence.
*/ inline Evidence& AddThreatIntelligenceDetails(ThreatIntelligenceDetail&& value) { m_threatIntelligenceDetailsHasBeenSet = true; m_threatIntelligenceDetails.push_back(std::move(value)); return *this; } private: Aws::Vector