Class CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty
@Stability(Stable)
@Internal
public static final class CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty
An implementation for
CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty-
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.cleanrooms.CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty
CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.Builder, CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.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 StringWhether this individual budget parameter automatically refreshes when the budget period resets.final NumberThe budget allocation amount for this specific parameter.final StringgetType()The type of budget parameter being configured.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 theCfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty.Builder.
-
-
Method Details
-
getAutoRefresh
Description copied from interface:CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterPropertyWhether this individual budget parameter automatically refreshes when the budget period resets.- Specified by:
getAutoRefreshin interfaceCfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty- See Also:
-
getBudget
Description copied from interface:CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterPropertyThe budget allocation amount for this specific parameter.- Specified by:
getBudgetin interfaceCfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty- See Also:
-
getType
Description copied from interface:CfnPrivacyBudgetTemplatePropsMixin.BudgetParameterPropertyThe type of budget parameter being configured.- Specified by:
getTypein interfaceCfnPrivacyBudgetTemplatePropsMixin.BudgetParameterProperty- 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()
-