@Generated(value="software.amazon.awssdk:codegen") public final class ActionThreshold extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActionThreshold.Builder,ActionThreshold>
The trigger threshold of the action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActionThreshold.Builder |
| Modifier and Type | Method and Description |
|---|---|
ThresholdType |
actionThresholdType()
Returns the value of the ActionThresholdType property for this object.
|
String |
actionThresholdTypeAsString()
Returns the value of the ActionThresholdType property for this object.
|
Double |
actionThresholdValue()
Returns the value of the ActionThresholdValue property for this object.
|
static ActionThreshold.Builder |
builder() |
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 ActionThreshold.Builder> |
serializableBuilderClass() |
ActionThreshold.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double actionThresholdValue()
public final ThresholdType actionThresholdType()
If the service returns an enum value that is not available in the current SDK version,
actionThresholdType will return ThresholdType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from actionThresholdTypeAsString().
ThresholdTypepublic final String actionThresholdTypeAsString()
If the service returns an enum value that is not available in the current SDK version,
actionThresholdType will return ThresholdType.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from actionThresholdTypeAsString().
ThresholdTypepublic ActionThreshold.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActionThreshold.Builder,ActionThreshold>public static ActionThreshold.Builder builder()
public static Class<? extends ActionThreshold.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.