Class CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomLineItem.CustomLineItemChargeDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCustomLineItem.CustomLineItemChargeDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomLineItem.CustomLineItemChargeDetailsProperty
An implementation for
CfnCustomLineItem.CustomLineItemChargeDetailsProperty-
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.CfnCustomLineItem.CustomLineItemChargeDetailsProperty
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder, CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomLineItem.CustomLineItemChargeDetailsProperty.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 ObjectgetFlat()ACustomLineItemFlatChargeDetailsthat describes the charge details of a flat custom line item.final ObjectACustomLineItemPercentageChargeDetailsthat describes the charge details of a percentage custom line item.final StringgetType()The type of the custom line item that indicates whether the charge is a fee or credit.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 theCfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsPropertyThe type of the custom line item that indicates whether the charge is a fee or credit.- Specified by:
getTypein interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
-
getFlat
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsPropertyACustomLineItemFlatChargeDetailsthat describes the charge details of a flat custom line item.- Specified by:
getFlatin interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
-
getPercentage
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsPropertyACustomLineItemPercentageChargeDetailsthat describes the charge details of a percentage custom line item.- Specified by:
getPercentagein interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
-
$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()
-