Class InsightRuleContributorDatapoint
java.lang.Object
software.amazon.awssdk.services.cloudwatch.model.InsightRuleContributorDatapoint
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>
@Generated("software.amazon.awssdk:codegen")
public final class InsightRuleContributorDatapoint
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>
One data point related to one contributor.
For more information, see GetInsightRuleReport and InsightRuleContributor.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal DoubleThe approximate value that this contributor added during this timestamp.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends InsightRuleContributorDatapoint.Builder>final InstantThe timestamp of the data point.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
timestamp
The timestamp of the data point.
- Returns:
- The timestamp of the data point.
-
approximateValue
The approximate value that this contributor added during this timestamp.
- Returns:
- The approximate value that this contributor added during this timestamp.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-