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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.billingconductor.CfnPricingPlanProps
CfnPricingPlanProps.Builder, CfnPricingPlanProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPricingPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPricingPlanProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The pricing plan description.final String
getName()
The name of a pricing plan.ThePricingRuleArns
that are associated with the Pricing Plan.getTags()
A map that contains tag keys and tag values that are attached to a pricing plan.final int
hashCode()
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:CfnPricingPlanProps
The name of a pricing plan.- Specified by:
getName
in interfaceCfnPricingPlanProps
- See Also:
-
getDescription
Description copied from interface:CfnPricingPlanProps
The pricing plan description.- Specified by:
getDescription
in interfaceCfnPricingPlanProps
- See Also:
-
getPricingRuleArns
Description copied from interface:CfnPricingPlanProps
ThePricingRuleArns
that are associated with the Pricing Plan.- Specified by:
getPricingRuleArns
in interfaceCfnPricingPlanProps
- See Also:
-
getTags
Description copied from interface:CfnPricingPlanProps
A map that contains tag keys and tag values that are attached to a pricing plan.- Specified by:
getTags
in interfaceCfnPricingPlanProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-