@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 Instant timestamp()
The timestamp of the data point.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.