7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/LogSetup.h>
42 template <
typename ClusterLoggingT = Aws::Vector<LogSetup>>
44 m_clusterLoggingHasBeenSet =
true;
45 m_clusterLogging = std::forward<ClusterLoggingT>(value);
47 template <
typename ClusterLoggingT = Aws::Vector<LogSetup>>
52 template <
typename ClusterLoggingT = LogSetup>
54 m_clusterLoggingHasBeenSet =
true;
55 m_clusterLogging.emplace_back(std::forward<ClusterLoggingT>(value));
61 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