@Generated(value="software.amazon.awssdk:codegen") public final class Threshold extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Threshold.Builder,Threshold>
Contains information about the threshold for service level metrics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Threshold.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Threshold.Builder |
builder() |
Comparison |
comparison()
The type of comparison.
|
String |
comparisonAsString()
The type of comparison.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Threshold.Builder> |
serializableBuilderClass() |
Double |
thresholdValue()
The threshold value to compare.
|
Threshold.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Comparison comparison()
The type of comparison. Only "less than" (LT) comparisons are supported.
If the service returns an enum value that is not available in the current SDK version, comparison will
return Comparison.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
comparisonAsString().
Comparisonpublic final String comparisonAsString()
The type of comparison. Only "less than" (LT) comparisons are supported.
If the service returns an enum value that is not available in the current SDK version, comparison will
return Comparison.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
comparisonAsString().
Comparisonpublic final Double thresholdValue()
The threshold value to compare.
public Threshold.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Threshold.Builder,Threshold>public static Threshold.Builder builder()
public static Class<? extends Threshold.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.