Class CfnRobotMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnRobotMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRobotMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRobotMixinProps
@Stability(Stable)
@Internal
public static final class CfnRobotMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRobotMixinProps
An implementation for
CfnRobotMixinProps-
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.cfnpropertymixins.services.robomaker.CfnRobotMixinProps
CfnRobotMixinProps.Builder, CfnRobotMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRobotMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRobotMixinProps.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 theCfnRobotMixinProps.Builder.
-
-
Method Details
-
getArchitecture
Description copied from interface:CfnRobotMixinPropsThe architecture of the robot.- Specified by:
getArchitecturein interfaceCfnRobotMixinProps- See Also:
-
getFleet
Description copied from interface:CfnRobotMixinPropsThe Amazon Resource Name (ARN) of the fleet to which the robot will be registered.- Specified by:
getFleetin interfaceCfnRobotMixinProps- See Also:
-
getGreengrassGroupId
Description copied from interface:CfnRobotMixinPropsThe Greengrass group associated with the robot.- Specified by:
getGreengrassGroupIdin interfaceCfnRobotMixinProps- See Also:
-
getName
Description copied from interface:CfnRobotMixinPropsThe name of the robot.- Specified by:
getNamein interfaceCfnRobotMixinProps- See Also:
-
getTags
Description copied from interface:CfnRobotMixinPropsA map that contains tag keys and tag values that are attached to the robot.- Specified by:
getTagsin interfaceCfnRobotMixinProps- 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()
-