Class CfnCustomLineItemProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.billingconductor.CfnCustomLineItemProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCustomLineItemProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCustomLineItemProps
@Stability(Stable)
@Internal
public static final class CfnCustomLineItemProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCustomLineItemProps
An implementation for
CfnCustomLineItemProps-
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.CfnCustomLineItemProps
CfnCustomLineItemProps.Builder, CfnCustomLineItemProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCustomLineItemProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCustomLineItemProps.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 StringThe Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.final ObjectA time range for which the custom line item is effective.final ObjectThe charge details of a custom line item.final StringThe custom line item's description.final StringgetName()The custom line item's name.getTags()A map that contains tag keys and tag values that are attached to a custom line item.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 theCfnCustomLineItemProps.Builder.
-
-
Method Details
-
getBillingGroupArn
Description copied from interface:CfnCustomLineItemPropsThe Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.- Specified by:
getBillingGroupArnin interfaceCfnCustomLineItemProps
-
getName
Description copied from interface:CfnCustomLineItemPropsThe custom line item's name.- Specified by:
getNamein interfaceCfnCustomLineItemProps
-
getBillingPeriodRange
Description copied from interface:CfnCustomLineItemPropsA time range for which the custom line item is effective.- Specified by:
getBillingPeriodRangein interfaceCfnCustomLineItemProps
-
getCustomLineItemChargeDetails
Description copied from interface:CfnCustomLineItemPropsThe charge details of a custom line item.It should contain only one of
FlatorPercentage.- Specified by:
getCustomLineItemChargeDetailsin interfaceCfnCustomLineItemProps
-
getDescription
Description copied from interface:CfnCustomLineItemPropsThe custom line item's description.This is shown on the Bills page in association with the charge value.
- Specified by:
getDescriptionin interfaceCfnCustomLineItemProps
-
getTags
Description copied from interface:CfnCustomLineItemPropsA map that contains tag keys and tag values that are attached to a custom line item.- Specified by:
getTagsin interfaceCfnCustomLineItemProps
-
$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()
-