@Generated(value="software.amazon.awssdk:codegen") public final class MonitoringConfigurationDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonitoringConfigurationDescription.Builder,MonitoringConfigurationDescription>
Describes configuration parameters for CloudWatch logging for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonitoringConfigurationDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringConfigurationDescription.Builder |
builder() |
ConfigurationType |
configurationType()
Describes whether to use the default CloudWatch logging configuration for an application.
|
String |
configurationTypeAsString()
Describes whether to use the default CloudWatch logging configuration for an application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogLevel |
logLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
String |
logLevelAsString()
Describes the verbosity of the CloudWatch Logs for an application.
|
MetricsLevel |
metricsLevel()
Describes the granularity of the CloudWatch Logs for an application.
|
String |
metricsLevelAsString()
Describes the granularity of the CloudWatch Logs for an application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonitoringConfigurationDescription.Builder> |
serializableBuilderClass() |
MonitoringConfigurationDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ConfigurationType configurationType()
Describes whether to use the default CloudWatch logging configuration for an application.
If the service returns an enum value that is not available in the current SDK version, configurationType
will return ConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from configurationTypeAsString().
ConfigurationTypepublic final String configurationTypeAsString()
Describes whether to use the default CloudWatch logging configuration for an application.
If the service returns an enum value that is not available in the current SDK version, configurationType
will return ConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from configurationTypeAsString().
ConfigurationTypepublic final MetricsLevel metricsLevel()
Describes the granularity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version, metricsLevel will
return MetricsLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
metricsLevelAsString().
MetricsLevelpublic final String metricsLevelAsString()
Describes the granularity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version, metricsLevel will
return MetricsLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
metricsLevelAsString().
MetricsLevelpublic final LogLevel logLevel()
Describes the verbosity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic final String logLevelAsString()
Describes the verbosity of the CloudWatch Logs for an application.
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
LogLevelpublic MonitoringConfigurationDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonitoringConfigurationDescription.Builder,MonitoringConfigurationDescription>public static MonitoringConfigurationDescription.Builder builder()
public static Class<? extends MonitoringConfigurationDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.