Class CfnServiceLevelObjective.RequestBasedSliProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.RequestBasedSliProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.RequestBasedSliProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.RequestBasedSliProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjective.RequestBasedSliProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjective.RequestBasedSliProperty
An implementation for
CfnServiceLevelObjective.RequestBasedSliProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.RequestBasedSliProperty
CfnServiceLevelObjective.RequestBasedSliProperty.Builder, CfnServiceLevelObjective.RequestBasedSliProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.RequestBasedSliProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe arithmetic operation used when comparing the specified metric to the threshold.final NumberThis value is the threshold that the observed metric values of the SLI metric are compared to.final ObjectA structure that contains information about the metric that the SLO monitors.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.RequestBasedSliProperty.Builder.
-
-
Method Details
-
getRequestBasedSliMetric
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliPropertyA structure that contains information about the metric that the SLO monitors.Returns union: either
IResolvableorCfnServiceLevelObjective.RequestBasedSliMetricProperty- Specified by:
getRequestBasedSliMetricin interfaceCfnServiceLevelObjective.RequestBasedSliProperty- See Also:
-
getComparisonOperator
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliPropertyThe arithmetic operation used when comparing the specified metric to the threshold.- Specified by:
getComparisonOperatorin interfaceCfnServiceLevelObjective.RequestBasedSliProperty- See Also:
-
getMetricThreshold
Description copied from interface:CfnServiceLevelObjective.RequestBasedSliPropertyThis value is the threshold that the observed metric values of the SLI metric are compared to.- Specified by:
getMetricThresholdin interfaceCfnServiceLevelObjective.RequestBasedSliProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-