@Generated(value="software.amazon.awssdk:codegen") public final class ThresholdV2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThresholdV2.Builder,ThresholdV2>
Contains information about the threshold for service level metrics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThresholdV2.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ThresholdV2.Builder |
builder() |
String |
comparison()
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 ThresholdV2.Builder> |
serializableBuilderClass() |
Double |
thresholdValue()
The threshold value to compare.
|
ThresholdV2.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String comparison()
The type of comparison. Only "less than" (LT) comparisons are supported.
public final Double thresholdValue()
The threshold value to compare.
public ThresholdV2.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThresholdV2.Builder,ThresholdV2>public static ThresholdV2.Builder builder()
public static Class<? extends ThresholdV2.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.