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