/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The log configuration for the channel.See Also:
AWS
* API Reference
The log types.
*/ inline const Aws::VectorThe log types.
*/ inline bool LogTypesHasBeenSet() const { return m_logTypesHasBeenSet; } /** *The log types.
*/ inline void SetLogTypes(const Aws::VectorThe log types.
*/ inline void SetLogTypes(Aws::VectorThe log types.
*/ inline LogConfigurationForChannel& WithLogTypes(const Aws::VectorThe log types.
*/ inline LogConfigurationForChannel& WithLogTypes(Aws::VectorThe log types.
*/ inline LogConfigurationForChannel& AddLogTypes(const LogType& value) { m_logTypesHasBeenSet = true; m_logTypes.push_back(value); return *this; } /** *The log types.
*/ inline LogConfigurationForChannel& AddLogTypes(LogType&& value) { m_logTypesHasBeenSet = true; m_logTypes.push_back(std::move(value)); return *this; } private: Aws::Vector