@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InsightRuleContributorDatapoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
Double |
approximateValue()
The approximate value that this contributor added during this timestamp.
|
static InsightRuleContributorDatapoint.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsightRuleContributorDatapoint.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The timestamp of the data point.
|
InsightRuleContributorDatapoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
The timestamp of the data point.
public final Double approximateValue()
The approximate value that this contributor added during this timestamp.
public InsightRuleContributorDatapoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InsightRuleContributorDatapoint.Builder,InsightRuleContributorDatapoint>public static InsightRuleContributorDatapoint.Builder builder()
public static Class<? extends InsightRuleContributorDatapoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.