Class CfnEntity.StatusProperty.Jsii$Proxy

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

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

    • getError

      public final Object getError()
      Description copied from interface: CfnEntity.StatusProperty
      The error message.
      Specified by:
      getError in interface CfnEntity.StatusProperty
    • getState

      public final String getState()
      Description copied from interface: CfnEntity.StatusProperty
      The current state of the entity, component, component type, or workspace.

      Valid Values: CREATING | UPDATING | DELETING | ACTIVE | ERROR

      Specified by:
      getState in interface CfnEntity.StatusProperty
    • $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