Class CfnRobotProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnRobotProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRobotProps
An implementation for CfnRobotProps
  • 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.robomaker.CfnRobotProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRobotProps.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
    The architecture of the robot.
    final String
    The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.
    final String
    The Greengrass group associated with the robot.
    final String
    The name of the robot.
    A map that contains tag keys and tag values that are attached to the robot.
    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(CfnRobotProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRobotProps.Builder.
  • Method Details

    • getArchitecture

      public final String getArchitecture()
      Description copied from interface: CfnRobotProps
      The architecture of the robot.
      Specified by:
      getArchitecture in interface CfnRobotProps
    • getGreengrassGroupId

      public final String getGreengrassGroupId()
      Description copied from interface: CfnRobotProps
      The Greengrass group associated with the robot.
      Specified by:
      getGreengrassGroupId in interface CfnRobotProps
    • getFleet

      public final String getFleet()
      Description copied from interface: CfnRobotProps
      The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.
      Specified by:
      getFleet in interface CfnRobotProps
    • getName

      public final String getName()
      Description copied from interface: CfnRobotProps
      The name of the robot.
      Specified by:
      getName in interface CfnRobotProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: CfnRobotProps
      A map that contains tag keys and tag values that are attached to the robot.
      Specified by:
      getTags in interface CfnRobotProps
    • $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