Class ThresholdV2
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.ThresholdV2
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ThresholdV2.Builder,ThresholdV2>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThresholdV2.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThresholdV2.Builderbuilder()Stringcomparison()The type of comparison.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ThresholdV2.Builder>serializableBuilderClass()DoublethresholdValue()The threshold value to compare.ThresholdV2.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
-
comparison
public final String comparison()
The type of comparison. Only "less than" (LT) comparisons are supported.
- Returns:
- The type of comparison. Only "less than" (LT) comparisons are supported.
-
thresholdValue
public final Double thresholdValue()
The threshold value to compare.
- Returns:
- The threshold value to compare.
-
toBuilder
public ThresholdV2.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ThresholdV2.Builder,ThresholdV2>
-
builder
public static ThresholdV2.Builder builder()
-
serializableBuilderClass
public static Class<? extends ThresholdV2.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.
-
-