/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The logging configuration for an Amazon EKS cluster.See Also:
* AWS
* API Reference
Cluster logging configurations.
*/ inline const Aws::VectorCluster logging configurations.
*/ inline bool ClusterLoggingHasBeenSet() const { return m_clusterLoggingHasBeenSet; } /** *Cluster logging configurations.
*/ inline void SetClusterLogging(const Aws::VectorCluster logging configurations.
*/ inline void SetClusterLogging(Aws::VectorCluster logging configurations.
*/ inline AwsEksClusterLoggingDetails& WithClusterLogging(const Aws::VectorCluster logging configurations.
*/ inline AwsEksClusterLoggingDetails& WithClusterLogging(Aws::VectorCluster logging configurations.
*/ inline AwsEksClusterLoggingDetails& AddClusterLogging(const AwsEksClusterLoggingClusterLoggingDetails& value) { m_clusterLoggingHasBeenSet = true; m_clusterLogging.push_back(value); return *this; } /** *Cluster logging configurations.
*/ inline AwsEksClusterLoggingDetails& AddClusterLogging(AwsEksClusterLoggingClusterLoggingDetails&& value) { m_clusterLoggingHasBeenSet = true; m_clusterLogging.push_back(std::move(value)); return *this; } private: Aws::Vector