7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/model/LogSetup.h>
48 template<
typename ClusterLoggingT = Aws::Vector<LogSetup>>
49 void SetClusterLogging(ClusterLoggingT&& value) { m_clusterLoggingHasBeenSet =
true; m_clusterLogging = std::forward<ClusterLoggingT>(value); }
50 template<
typename ClusterLoggingT = Aws::Vector<LogSetup>>
52 template<
typename ClusterLoggingT = LogSetup>
53 Logging&
AddClusterLogging(ClusterLoggingT&& value) { m_clusterLoggingHasBeenSet =
true; m_clusterLogging.emplace_back(std::forward<ClusterLoggingT>(value));
return *
this; }
58 bool m_clusterLoggingHasBeenSet =
false;
Logging & AddClusterLogging(ClusterLoggingT &&value)
AWS_EKS_API Logging()=default
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< LogSetup > & GetClusterLogging() const
void SetClusterLogging(ClusterLoggingT &&value)
bool ClusterLoggingHasBeenSet() const
Logging & WithClusterLogging(ClusterLoggingT &&value)
AWS_EKS_API Logging(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Logging & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue