@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightRuleContributorDatapoint extends Object implements Serializable, Cloneable
One data point related to one contributor.
For more information, see GetInsightRuleReport and InsightRuleContributor.
Constructor and Description |
---|
InsightRuleContributorDatapoint() |
Modifier and Type | Method and Description |
---|---|
InsightRuleContributorDatapoint |
clone() |
boolean |
equals(Object obj) |
Double |
getApproximateValue()
The approximate value that this contributor added during this timestamp.
|
Date |
getTimestamp()
The timestamp of the data point.
|
int |
hashCode() |
void |
setApproximateValue(Double approximateValue)
The approximate value that this contributor added during this timestamp.
|
void |
setTimestamp(Date timestamp)
The timestamp of the data point.
|
String |
toString()
Returns a string representation of this object.
|
InsightRuleContributorDatapoint |
withApproximateValue(Double approximateValue)
The approximate value that this contributor added during this timestamp.
|
InsightRuleContributorDatapoint |
withTimestamp(Date timestamp)
The timestamp of the data point.
|
public void setTimestamp(Date timestamp)
The timestamp of the data point.
timestamp
- The timestamp of the data point.public Date getTimestamp()
The timestamp of the data point.
public InsightRuleContributorDatapoint withTimestamp(Date timestamp)
The timestamp of the data point.
timestamp
- The timestamp of the data point.public void setApproximateValue(Double approximateValue)
The approximate value that this contributor added during this timestamp.
approximateValue
- The approximate value that this contributor added during this timestamp.public Double getApproximateValue()
The approximate value that this contributor added during this timestamp.
public InsightRuleContributorDatapoint withApproximateValue(Double approximateValue)
The approximate value that this contributor added during this timestamp.
approximateValue
- The approximate value that this contributor added during this timestamp.public String toString()
toString
in class Object
Object.toString()
public InsightRuleContributorDatapoint clone()