AWS SDK for C++
1.8.126
AWS SDK for C++
|
#include <Logging.h>
Public Member Functions | |
Logging () | |
Logging (Aws::Utils::Json::JsonView jsonValue) | |
Logging & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::Vector< LogSetup > & | GetClusterLogging () const |
bool | ClusterLoggingHasBeenSet () const |
void | SetClusterLogging (const Aws::Vector< LogSetup > &value) |
void | SetClusterLogging (Aws::Vector< LogSetup > &&value) |
Logging & | WithClusterLogging (const Aws::Vector< LogSetup > &value) |
Logging & | WithClusterLogging (Aws::Vector< LogSetup > &&value) |
Logging & | AddClusterLogging (const LogSetup &value) |
Logging & | AddClusterLogging (LogSetup &&value) |
An object representing the logging configuration for resources in your cluster.
Aws::EKS::Model::Logging::Logging | ( | ) |
Aws::EKS::Model::Logging::Logging | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
|
inline |
Aws::Utils::Json::JsonValue Aws::EKS::Model::Logging::Jsonize | ( | ) | const |
Logging& Aws::EKS::Model::Logging::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
|
inline |
|
inline |
|
inline |