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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.robomaker.CfnRobotProps
CfnRobotProps.Builder, CfnRobotProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRobotProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRobotProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe architecture of the robot.final ObjectgetFleet()The Amazon Resource Name (ARN) of the fleet to which the robot will be registered.final StringThe Greengrass group associated with the robot.final StringgetName()The name of the robot.getTags()A map that contains tag keys and tag values that are attached to the robot.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnRobotProps.Builder.
-
-
Method Details
-
getArchitecture
Description copied from interface:CfnRobotPropsThe architecture of the robot.- Specified by:
getArchitecturein interfaceCfnRobotProps- See Also:
-
getGreengrassGroupId
Description copied from interface:CfnRobotPropsThe Greengrass group associated with the robot.- Specified by:
getGreengrassGroupIdin interfaceCfnRobotProps- See Also:
-
getFleet
Description copied from interface:CfnRobotPropsThe Amazon Resource Name (ARN) of the fleet to which the robot will be registered.- Specified by:
getFleetin interfaceCfnRobotProps- See Also:
-
getName
Description copied from interface:CfnRobotPropsThe name of the robot.- Specified by:
getNamein interfaceCfnRobotProps- See Also:
-
getTags
Description copied from interface:CfnRobotPropsA map that contains tag keys and tag values that are attached to the robot.- Specified by:
getTagsin interfaceCfnRobotProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-