@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Impact extends Object implements Serializable, Cloneable, StructuredPojo
The dollar value of the anomaly.
Constructor and Description |
---|
Impact() |
Modifier and Type | Method and Description |
---|---|
Impact |
clone() |
boolean |
equals(Object obj) |
Double |
getMaxImpact()
The maximum dollar value that's observed for an anomaly.
|
Double |
getTotalImpact()
The cumulative dollar value that's observed for an anomaly.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
|
void |
setTotalImpact(Double totalImpact)
The cumulative dollar value that's observed for an anomaly.
|
String |
toString()
Returns a string representation of this object.
|
Impact |
withMaxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
|
Impact |
withTotalImpact(Double totalImpact)
The cumulative dollar value that's observed for an anomaly.
|
public void setMaxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
maxImpact
- The maximum dollar value that's observed for an anomaly.public Double getMaxImpact()
The maximum dollar value that's observed for an anomaly.
public Impact withMaxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
maxImpact
- The maximum dollar value that's observed for an anomaly.public void setTotalImpact(Double totalImpact)
The cumulative dollar value that's observed for an anomaly.
totalImpact
- The cumulative dollar value that's observed for an anomaly.public Double getTotalImpact()
The cumulative dollar value that's observed for an anomaly.
public Impact withTotalImpact(Double totalImpact)
The cumulative dollar value that's observed for an anomaly.
totalImpact
- The cumulative dollar value that's observed for an anomaly.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.