@Generated(value="software.amazon.awssdk:codegen") public final class TotalImpactFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>
Filters cost anomalies based on the total impact.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TotalImpactFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TotalImpactFilter.Builder |
builder() |
Double |
endValue()
The upper bound dollar value that's used in the filter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
NumericOperator |
numericOperator()
The comparing value that's used in the filter.
|
String |
numericOperatorAsString()
The comparing value that's used in the filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TotalImpactFilter.Builder> |
serializableBuilderClass() |
Double |
startValue()
The lower bound dollar value that's used in the filter.
|
TotalImpactFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NumericOperator numericOperator()
The comparing value that's used in the filter.
If the service returns an enum value that is not available in the current SDK version, numericOperator
will return NumericOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from numericOperatorAsString().
NumericOperatorpublic final String numericOperatorAsString()
The comparing value that's used in the filter.
If the service returns an enum value that is not available in the current SDK version, numericOperator
will return NumericOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from numericOperatorAsString().
NumericOperatorpublic final Double startValue()
The lower bound dollar value that's used in the filter.
public final Double endValue()
The upper bound dollar value that's used in the filter.
public TotalImpactFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>public static TotalImpactFilter.Builder builder()
public static Class<? extends TotalImpactFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.