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