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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.CustomLineItemChargeDetailsProperty
CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder, CfnCustomLineItem.CustomLineItemChargeDetailsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCustomLineItem.CustomLineItemChargeDetailsProperty.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 Object
getFlat()
ACustomLineItemFlatChargeDetails
that describes the charge details of a flat custom line item.final Object
A representation of the line item filter.final Object
ACustomLineItemPercentageChargeDetails
that describes the charge details of a percentage custom line item.final String
getType()
The type of the custom line item that indicates whether the charge is a fee or credit.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 theCfnCustomLineItem.CustomLineItemChargeDetailsProperty.Builder
.
-
-
Method Details
-
getType
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsProperty
The type of the custom line item that indicates whether the charge is a fee or credit.- Specified by:
getType
in interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
- See Also:
-
getFlat
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsProperty
ACustomLineItemFlatChargeDetails
that describes the charge details of a flat custom line item.- Specified by:
getFlat
in interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
- See Also:
-
getLineItemFilters
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsProperty
A representation of the line item filter.- Specified by:
getLineItemFilters
in interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
- See Also:
-
getPercentage
Description copied from interface:CfnCustomLineItem.CustomLineItemChargeDetailsProperty
ACustomLineItemPercentageChargeDetails
that describes the charge details of a percentage custom line item.- Specified by:
getPercentage
in interfaceCfnCustomLineItem.CustomLineItemChargeDetailsProperty
- 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()
-