@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InsightRuleContributorDatapoint extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 ObjectObject.toString()public InsightRuleContributorDatapoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.