public static final class CfnPricingPlanProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPricingPlanProps
CfnPricingPlanProps
CfnPricingPlanProps.Builder, CfnPricingPlanProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
The pricing plan description.
|
java.lang.String |
getName()
The name of a pricing plan.
|
java.util.List<java.lang.String> |
getPricingRuleArns()
The `PricingRuleArns` that are associated with the Pricing Plan.
|
java.util.List<CfnTag> |
getTags()
`AWS::BillingConductor::PricingPlan.Tags`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnPricingPlanProps
getName
in interface CfnPricingPlanProps
public final java.lang.String getDescription()
CfnPricingPlanProps
getDescription
in interface CfnPricingPlanProps
public final java.util.List<java.lang.String> getPricingRuleArns()
CfnPricingPlanProps
getPricingRuleArns
in interface CfnPricingPlanProps
public final java.util.List<CfnTag> getTags()
CfnPricingPlanProps
getTags
in interface CfnPricingPlanProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()