Class ViolatingConstructJson.Jsii$Proxy

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

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

    • getConstructPath

      public final String getConstructPath()
      Description copied from interface: ViolatingConstructJson
      The construct path as defined in the application.

      Default: - no construct path

      Specified by:
      getConstructPath in interface ViolatingConstructJson
    • getCloudFormationResource

      public final CloudFormationResourceJson getCloudFormationResource()
      Description copied from interface: ViolatingConstructJson
      If this construct violation regards a CloudFormation resource, a reference to the resource details.
      Specified by:
      getCloudFormationResource in interface ViolatingConstructJson
    • getConstructFqn

      public final String getConstructFqn()
      Description copied from interface: ViolatingConstructJson
      The fully qualified name of the construct class (includes the library name).

      Default: - no construct info

      Specified by:
      getConstructFqn in interface ViolatingConstructJson
    • getLibraryVersion

      public final String getLibraryVersion()
      Description copied from interface: ViolatingConstructJson
      The version of the library that contains this construct.

      The library name is the first component of the construct FQN.

      Default: - no version info

      Specified by:
      getLibraryVersion in interface ViolatingConstructJson
    • getStackTraces

      public final List<String> getStackTraces()
      Description copied from interface: ViolatingConstructJson
      Stack traces associated with this violation.

      This can be all the stack traces where a violating property got its value, or just the construct creation stack trace.

      Every element of the array is a stack trace, where each stack trace is a \n-delimited string.

      Default: - No stack traces

      Specified by:
      getStackTraces in interface ViolatingConstructJson
    • $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