Class TotalImpactFilter
- java.lang.Object
-
- software.amazon.awssdk.services.costexplorer.model.TotalImpactFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTotalImpactFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TotalImpactFilter.Builderbuilder()DoubleendValue()The upper bound dollar value that's used in the filter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NumericOperatornumericOperator()The comparing value that's used in the filter.StringnumericOperatorAsString()The comparing value that's used in the filter.List<SdkField<?>>sdkFields()static Class<? extends TotalImpactFilter.Builder>serializableBuilderClass()DoublestartValue()The lower bound dollar value that's used in the filter.TotalImpactFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
numericOperator
public 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,
numericOperatorwill returnNumericOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnumericOperatorAsString().- Returns:
- The comparing value that's used in the filter.
- See Also:
NumericOperator
-
numericOperatorAsString
public 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,
numericOperatorwill returnNumericOperator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnumericOperatorAsString().- Returns:
- The comparing value that's used in the filter.
- See Also:
NumericOperator
-
startValue
public final Double startValue()
The lower bound dollar value that's used in the filter.
- Returns:
- The lower bound dollar value that's used in the filter.
-
endValue
public final Double endValue()
The upper bound dollar value that's used in the filter.
- Returns:
- The upper bound dollar value that's used in the filter.
-
toBuilder
public TotalImpactFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TotalImpactFilter.Builder,TotalImpactFilter>
-
builder
public static TotalImpactFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends TotalImpactFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-