Class CostCategoryReference.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CostCategoryReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CostCategoryReference
An implementation for CostCategoryReference
  • 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(CostCategoryReference.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CostCategoryReference.Builder.
  • Method Details

    • getCostCategoryArn

      public final String getCostCategoryArn()
      Description copied from interface: CostCategoryReference
      The Arn of the CostCategory resource.
      Specified by:
      getCostCategoryArn in interface CostCategoryReference
    • $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