Class CfnPricingPlanMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnPricingPlanMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPricingPlanMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPricingPlanMixinProps
@Stability(Stable)
@Internal
public static final class CfnPricingPlanMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPricingPlanMixinProps
An implementation for
CfnPricingPlanMixinProps-
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.billingconductor.CfnPricingPlanMixinProps
CfnPricingPlanMixinProps.Builder, CfnPricingPlanMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPricingPlanMixinProps.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 pricing plan description.final StringgetName()The name of a pricing plan.ThePricingRuleArnsthat are associated with the Pricing Plan.getTags()A map that contains tag keys and tag values that are attached to a pricing plan.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 theCfnPricingPlanMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnPricingPlanMixinPropsThe pricing plan description.- Specified by:
getDescriptionin interfaceCfnPricingPlanMixinProps- See Also:
-
getName
Description copied from interface:CfnPricingPlanMixinPropsThe name of a pricing plan.- Specified by:
getNamein interfaceCfnPricingPlanMixinProps- See Also:
-
getPricingRuleArns
Description copied from interface:CfnPricingPlanMixinPropsThePricingRuleArnsthat are associated with the Pricing Plan.- Specified by:
getPricingRuleArnsin interfaceCfnPricingPlanMixinProps- See Also:
-
getTags
Description copied from interface:CfnPricingPlanMixinPropsA map that contains tag keys and tag values that are attached to a pricing plan.- Specified by:
getTagsin interfaceCfnPricingPlanMixinProps- 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()
-