@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TotalImpactFilter extends Object implements Serializable, Cloneable, StructuredPojo
Filters cost anomalies based on the total impact.
| Constructor and Description |
|---|
TotalImpactFilter() |
| Modifier and Type | Method and Description |
|---|---|
TotalImpactFilter |
clone() |
boolean |
equals(Object obj) |
Double |
getEndValue()
The upper bound dollar value that's used in the filter.
|
String |
getNumericOperator()
The comparing value that's used in the filter.
|
Double |
getStartValue()
The lower bound dollar value that's used in the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndValue(Double endValue)
The upper bound dollar value that's used in the filter.
|
void |
setNumericOperator(String numericOperator)
The comparing value that's used in the filter.
|
void |
setStartValue(Double startValue)
The lower bound dollar value that's used in the filter.
|
String |
toString()
Returns a string representation of this object.
|
TotalImpactFilter |
withEndValue(Double endValue)
The upper bound dollar value that's used in the filter.
|
TotalImpactFilter |
withNumericOperator(NumericOperator numericOperator)
The comparing value that's used in the filter.
|
TotalImpactFilter |
withNumericOperator(String numericOperator)
The comparing value that's used in the filter.
|
TotalImpactFilter |
withStartValue(Double startValue)
The lower bound dollar value that's used in the filter.
|
public void setNumericOperator(String numericOperator)
The comparing value that's used in the filter.
numericOperator - The comparing value that's used in the filter.NumericOperatorpublic String getNumericOperator()
The comparing value that's used in the filter.
NumericOperatorpublic TotalImpactFilter withNumericOperator(String numericOperator)
The comparing value that's used in the filter.
numericOperator - The comparing value that's used in the filter.NumericOperatorpublic TotalImpactFilter withNumericOperator(NumericOperator numericOperator)
The comparing value that's used in the filter.
numericOperator - The comparing value that's used in the filter.NumericOperatorpublic void setStartValue(Double startValue)
The lower bound dollar value that's used in the filter.
startValue - The lower bound dollar value that's used in the filter.public Double getStartValue()
The lower bound dollar value that's used in the filter.
public TotalImpactFilter withStartValue(Double startValue)
The lower bound dollar value that's used in the filter.
startValue - The lower bound dollar value that's used in the filter.public void setEndValue(Double endValue)
The upper bound dollar value that's used in the filter.
endValue - The upper bound dollar value that's used in the filter.public Double getEndValue()
The upper bound dollar value that's used in the filter.
public TotalImpactFilter withEndValue(Double endValue)
The upper bound dollar value that's used in the filter.
endValue - The upper bound dollar value that's used in the filter.public String toString()
toString in class ObjectObject.toString()public TotalImpactFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.