Class CfnRobotApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.robomaker.CfnRobotApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRobotApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRobotApplicationProps
@Stability(Stable)
@Internal
public static final class CfnRobotApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRobotApplicationProps
An implementation for
CfnRobotApplicationProps-
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.CfnRobotApplicationProps
CfnRobotApplicationProps.Builder, CfnRobotApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRobotApplicationProps.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 current revision id.final StringThe environment of the robot application.final StringgetName()The name of the robot application.final ObjectThe robot software suite used by the robot application.final ObjectThe sources of the robot application.getTags()A map that contains tag keys and tag values that are attached to the robot application.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 theCfnRobotApplicationProps.Builder.
-
-
Method Details
-
getRobotSoftwareSuite
Description copied from interface:CfnRobotApplicationPropsThe robot software suite used by the robot application.- Specified by:
getRobotSoftwareSuitein interfaceCfnRobotApplicationProps
-
getCurrentRevisionId
Description copied from interface:CfnRobotApplicationPropsThe current revision id.- Specified by:
getCurrentRevisionIdin interfaceCfnRobotApplicationProps
-
getEnvironment
Description copied from interface:CfnRobotApplicationPropsThe environment of the robot application.- Specified by:
getEnvironmentin interfaceCfnRobotApplicationProps
-
getName
Description copied from interface:CfnRobotApplicationPropsThe name of the robot application.- Specified by:
getNamein interfaceCfnRobotApplicationProps
-
getSources
Description copied from interface:CfnRobotApplicationPropsThe sources of the robot application.- Specified by:
getSourcesin interfaceCfnRobotApplicationProps
-
getTags
Description copied from interface:CfnRobotApplicationPropsA map that contains tag keys and tag values that are attached to the robot application.- Specified by:
getTagsin interfaceCfnRobotApplicationProps
-
$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()
-