/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A cluster of similar anomalous log events found within a log group.
* See Also:
AWS
* API Reference
A list of anomalous log events that may be related.
*/ inline const Aws::VectorA list of anomalous log events that may be related.
*/ inline bool LogAnomalyClassesHasBeenSet() const { return m_logAnomalyClassesHasBeenSet; } /** *A list of anomalous log events that may be related.
*/ inline void SetLogAnomalyClasses(const Aws::VectorA list of anomalous log events that may be related.
*/ inline void SetLogAnomalyClasses(Aws::VectorA list of anomalous log events that may be related.
*/ inline LogAnomalyShowcase& WithLogAnomalyClasses(const Aws::VectorA list of anomalous log events that may be related.
*/ inline LogAnomalyShowcase& WithLogAnomalyClasses(Aws::VectorA list of anomalous log events that may be related.
*/ inline LogAnomalyShowcase& AddLogAnomalyClasses(const LogAnomalyClass& value) { m_logAnomalyClassesHasBeenSet = true; m_logAnomalyClasses.push_back(value); return *this; } /** *A list of anomalous log events that may be related.
*/ inline LogAnomalyShowcase& AddLogAnomalyClasses(LogAnomalyClass&& value) { m_logAnomalyClassesHasBeenSet = true; m_logAnomalyClasses.push_back(std::move(value)); return *this; } private: Aws::Vector