/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object representing the logging configuration for resources in your
* cluster.See Also:
AWS API
* Reference
The cluster control plane logging configuration for your cluster.
*/ inline const Aws::VectorThe cluster control plane logging configuration for your cluster.
*/ inline bool ClusterLoggingHasBeenSet() const { return m_clusterLoggingHasBeenSet; } /** *The cluster control plane logging configuration for your cluster.
*/ inline void SetClusterLogging(const Aws::VectorThe cluster control plane logging configuration for your cluster.
*/ inline void SetClusterLogging(Aws::VectorThe cluster control plane logging configuration for your cluster.
*/ inline Logging& WithClusterLogging(const Aws::VectorThe cluster control plane logging configuration for your cluster.
*/ inline Logging& WithClusterLogging(Aws::VectorThe cluster control plane logging configuration for your cluster.
*/ inline Logging& AddClusterLogging(const LogSetup& value) { m_clusterLoggingHasBeenSet = true; m_clusterLogging.push_back(value); return *this; } /** *The cluster control plane logging configuration for your cluster.
*/ inline Logging& AddClusterLogging(LogSetup&& value) { m_clusterLoggingHasBeenSet = true; m_clusterLogging.push_back(std::move(value)); return *this; } private: Aws::Vector