@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 |
getTotalActualSpend()
The cumulative dollar amount that was actually spent during the anomaly.
|
Double |
getTotalExpectedSpend()
The cumulative dollar amount that was expected to be spent during the anomaly.
|
Double |
getTotalImpact()
The cumulative dollar difference between the total actual spend and total expected spend.
|
Double |
getTotalImpactPercentage()
The cumulative percentage difference between the total actual spend and total expected spend.
|
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 |
setTotalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
|
void |
setTotalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly.
|
void |
setTotalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend.
|
void |
setTotalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend.
|
String |
toString()
Returns a string representation of this object.
|
Impact |
withMaxImpact(Double maxImpact)
The maximum dollar value that's observed for an anomaly.
|
Impact |
withTotalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
|
Impact |
withTotalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly.
|
Impact |
withTotalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend.
|
Impact |
withTotalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend.
|
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 difference between the total actual spend and total expected spend. It is calculated as
TotalActualSpend - TotalExpectedSpend
.
totalImpact
- The cumulative dollar difference between the total actual spend and total expected spend. It is calculated
as TotalActualSpend - TotalExpectedSpend
.public Double getTotalImpact()
The cumulative dollar difference between the total actual spend and total expected spend. It is calculated as
TotalActualSpend - TotalExpectedSpend
.
TotalActualSpend - TotalExpectedSpend
.public Impact withTotalImpact(Double totalImpact)
The cumulative dollar difference between the total actual spend and total expected spend. It is calculated as
TotalActualSpend - TotalExpectedSpend
.
totalImpact
- The cumulative dollar difference between the total actual spend and total expected spend. It is calculated
as TotalActualSpend - TotalExpectedSpend
.public void setTotalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
totalActualSpend
- The cumulative dollar amount that was actually spent during the anomaly.public Double getTotalActualSpend()
The cumulative dollar amount that was actually spent during the anomaly.
public Impact withTotalActualSpend(Double totalActualSpend)
The cumulative dollar amount that was actually spent during the anomaly.
totalActualSpend
- The cumulative dollar amount that was actually spent during the anomaly.public void setTotalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using advanced machine learning models to determine the typical spending pattern based on historical data for a customer.
totalExpectedSpend
- The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using
advanced machine learning models to determine the typical spending pattern based on historical data for a
customer.public Double getTotalExpectedSpend()
The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using advanced machine learning models to determine the typical spending pattern based on historical data for a customer.
public Impact withTotalExpectedSpend(Double totalExpectedSpend)
The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using advanced machine learning models to determine the typical spending pattern based on historical data for a customer.
totalExpectedSpend
- The cumulative dollar amount that was expected to be spent during the anomaly. It is calculated using
advanced machine learning models to determine the typical spending pattern based on historical data for a
customer.public void setTotalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend. It is calculated as
(TotalImpact / TotalExpectedSpend) * 100
. When TotalExpectedSpend
is zero, this field
is omitted. Expected spend can be zero in situations such as when you start to use a service for the first time.
totalImpactPercentage
- The cumulative percentage difference between the total actual spend and total expected spend. It is
calculated as (TotalImpact / TotalExpectedSpend) * 100
. When TotalExpectedSpend
is zero, this field is omitted. Expected spend can be zero in situations such as when you start to use a
service for the first time.public Double getTotalImpactPercentage()
The cumulative percentage difference between the total actual spend and total expected spend. It is calculated as
(TotalImpact / TotalExpectedSpend) * 100
. When TotalExpectedSpend
is zero, this field
is omitted. Expected spend can be zero in situations such as when you start to use a service for the first time.
(TotalImpact / TotalExpectedSpend) * 100
. When TotalExpectedSpend
is zero, this field is omitted. Expected spend can be zero in situations such as when you start to use a
service for the first time.public Impact withTotalImpactPercentage(Double totalImpactPercentage)
The cumulative percentage difference between the total actual spend and total expected spend. It is calculated as
(TotalImpact / TotalExpectedSpend) * 100
. When TotalExpectedSpend
is zero, this field
is omitted. Expected spend can be zero in situations such as when you start to use a service for the first time.
totalImpactPercentage
- The cumulative percentage difference between the total actual spend and total expected spend. It is
calculated as (TotalImpact / TotalExpectedSpend) * 100
. When TotalExpectedSpend
is zero, this field is omitted. Expected spend can be zero in situations such as when you start to use a
service for the first time.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.