Class CfnThingTypeProps.Jsii$Proxy

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

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

    • getDeprecateThingType

      public final Object getDeprecateThingType()
      Description copied from interface: CfnThingTypeProps
      Deprecates a thing type. You can not associate new things with deprecated thing type.

      Requires permission to access the DeprecateThingType action.

      Specified by:
      getDeprecateThingType in interface CfnThingTypeProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnThingTypeProps
      Metadata which can be used to manage the thing type.
      Specified by:
      getTags in interface CfnThingTypeProps
    • getThingTypeName

      public final String getThingTypeName()
      Description copied from interface: CfnThingTypeProps
      The name of the thing type.
      Specified by:
      getThingTypeName in interface CfnThingTypeProps
    • getThingTypeProperties

      public final Object getThingTypeProperties()
      Description copied from interface: CfnThingTypeProps
      The thing type properties for the thing type to create.

      It contains information about the new thing type including a description, and a list of searchable thing attribute names. ThingTypeProperties can't be updated after the initial creation of the ThingType .

      Specified by:
      getThingTypeProperties in interface CfnThingTypeProps
    • $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