Class CfnCostCategoryProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ce.CfnCostCategoryProps.Jsii$Proxy
All Implemented Interfaces:
CfnCostCategoryProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCostCategoryProps

@Stability(Stable) @Internal public static final class CfnCostCategoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCostCategoryProps
An implementation for CfnCostCategoryProps
  • 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.ce.CfnCostCategoryProps

    CfnCostCategoryProps.Builder, CfnCostCategoryProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCostCategoryProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The default value for the cost category.
    final String
    The unique name of the Cost Category.
    final String
    The array of CostCategoryRule in JSON array format.
    final String
    The rule schema version in this particular Cost Category.
    final String
    The split charge rules that are used to allocate your charges between your Cost Category values.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnCostCategoryProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnCostCategoryProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnCostCategoryProps
      The unique name of the Cost Category.
      Specified by:
      getName in interface CfnCostCategoryProps
    • getRules

      public final String getRules()
      Description copied from interface: CfnCostCategoryProps
      The array of CostCategoryRule in JSON array format.

      Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.

      Specified by:
      getRules in interface CfnCostCategoryProps
    • getRuleVersion

      public final String getRuleVersion()
      Description copied from interface: CfnCostCategoryProps
      The rule schema version in this particular Cost Category.
      Specified by:
      getRuleVersion in interface CfnCostCategoryProps
    • getDefaultValue

      public final String getDefaultValue()
      Description copied from interface: CfnCostCategoryProps
      The default value for the cost category.
      Specified by:
      getDefaultValue in interface CfnCostCategoryProps
    • getSplitChargeRules

      public final String getSplitChargeRules()
      Description copied from interface: CfnCostCategoryProps
      The split charge rules that are used to allocate your charges between your Cost Category values.
      Specified by:
      getSplitChargeRules in interface CfnCostCategoryProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object