Class RecommendationRelatedCloudWatchMetricsSourceDetail
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.RecommendationRelatedCloudWatchMetricsSourceDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationRelatedCloudWatchMetricsSourceDetail.Builder,RecommendationRelatedCloudWatchMetricsSourceDetail>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationRelatedCloudWatchMetricsSourceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationRelatedCloudWatchMetricsSourceDetail.Builder,RecommendationRelatedCloudWatchMetricsSourceDetail>
Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationRelatedCloudWatchMetricsSourceDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationRelatedCloudWatchMetricsSourceDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmetricName()The name of the CloudWatch metric.Stringnamespace()The namespace of the CloudWatch metric.List<SdkField<?>>sdkFields()static Class<? extends RecommendationRelatedCloudWatchMetricsSourceDetail.Builder>serializableBuilderClass()RecommendationRelatedCloudWatchMetricsSourceDetail.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
metricName
public final String metricName()
The name of the CloudWatch metric.
- Returns:
- The name of the CloudWatch metric.
-
namespace
public final String namespace()
The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
- Returns:
- The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
-
toBuilder
public RecommendationRelatedCloudWatchMetricsSourceDetail.Builder toBuilder()
-
builder
public static RecommendationRelatedCloudWatchMetricsSourceDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationRelatedCloudWatchMetricsSourceDetail.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-