Class CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.budgets.CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty
@Stability(Stable)
@Internal
public static final class CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBudgetPropsMixin.ExpressionDimensionValuesProperty
An implementation for
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty-
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.cfnpropertymixins.services.budgets.CfnBudgetPropsMixin.ExpressionDimensionValuesProperty
CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder, CfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.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 StringgetKey()The name of the dimension that you want to filter on.The match options that you can use to filter your results.The metadata values you can specify to filter upon, so that the results all match at least one of the specified values.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 theCfnBudgetPropsMixin.ExpressionDimensionValuesProperty.Builder.
-
-
Method Details
-
getKey
Description copied from interface:CfnBudgetPropsMixin.ExpressionDimensionValuesPropertyThe name of the dimension that you want to filter on.- Specified by:
getKeyin interfaceCfnBudgetPropsMixin.ExpressionDimensionValuesProperty- See Also:
-
getMatchOptions
Description copied from interface:CfnBudgetPropsMixin.ExpressionDimensionValuesPropertyThe match options that you can use to filter your results.You can specify only one of these values in the array.
- Specified by:
getMatchOptionsin interfaceCfnBudgetPropsMixin.ExpressionDimensionValuesProperty- See Also:
-
getValues
Description copied from interface:CfnBudgetPropsMixin.ExpressionDimensionValuesPropertyThe metadata values you can specify to filter upon, so that the results all match at least one of the specified values.- Specified by:
getValuesin interfaceCfnBudgetPropsMixin.ExpressionDimensionValuesProperty- 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()
-