Class TrialComponentReference.Jsii$Proxy

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

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

    • getTrialComponentArn

      public final String getTrialComponentArn()
      Description copied from interface: TrialComponentReference
      The TrialComponentArn of the TrialComponent resource.
      Specified by:
      getTrialComponentArn in interface TrialComponentReference
    • $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