Class CfnFleetProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnFleetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFleetProps
An implementation for CfnFleetProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnFleetProps

    CfnFleetProps.Builder, CfnFleetProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnFleetProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (Optional) A brief description of the fleet.
    final String
    The unique ID of the fleet.
    final String
    The ARN of the signal catalog associated with the fleet.
    final List<CfnTag>
    (Optional) Metadata that can be used to manage the fleet.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(CfnFleetProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFleetProps.Builder.
  • Method Details

    • getId

      public final String getId()
      Description copied from interface: CfnFleetProps
      The unique ID of the fleet.
      Specified by:
      getId in interface CfnFleetProps
    • getSignalCatalogArn

      public final String getSignalCatalogArn()
      Description copied from interface: CfnFleetProps
      The ARN of the signal catalog associated with the fleet.
      Specified by:
      getSignalCatalogArn in interface CfnFleetProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnFleetProps
      (Optional) A brief description of the fleet.
      Specified by:
      getDescription in interface CfnFleetProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnFleetProps
      (Optional) Metadata that can be used to manage the fleet.
      Specified by:
      getTags in interface CfnFleetProps
    • $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