Class CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.billingconductor.mixins.CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty
An implementation for
CfnCustomLineItemPropsMixin.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.mixins.preview.services.billingconductor.mixins.CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty
CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Builder, CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCustomLineItemPropsMixin.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 ObjectA representation of the line item filter.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
protected Jsii$Proxy(CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty.Builder.
-
-
Method Details
-
getFlat
Description copied from interface:CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsPropertyACustomLineItemFlatChargeDetailsthat describes the charge details of a flat custom line item.Returns union: either
IResolvableorCfnCustomLineItemPropsMixin.CustomLineItemFlatChargeDetailsProperty- Specified by:
getFlatin interfaceCfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty- See Also:
-
getLineItemFilters
Description copied from interface:CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsPropertyA representation of the line item filter.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCustomLineItemPropsMixin.LineItemFilterProperty>- Specified by:
getLineItemFiltersin interfaceCfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty- See Also:
-
getPercentage
Description copied from interface:CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsPropertyACustomLineItemPercentageChargeDetailsthat describes the charge details of a percentage custom line item.Returns union: either
IResolvableorCfnCustomLineItemPropsMixin.CustomLineItemPercentageChargeDetailsProperty- Specified by:
getPercentagein interfaceCfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty- See Also:
-
getType
Description copied from interface:CfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsPropertyThe type of the custom line item that indicates whether the charge is a fee or credit.- Specified by:
getTypein interfaceCfnCustomLineItemPropsMixin.CustomLineItemChargeDetailsProperty- 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()
-