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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.robomaker.CfnRobotApplicationProps
CfnRobotApplicationProps.Builder, CfnRobotApplicationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRobotApplicationProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The current revision id.final String
The environment of the robot application.final String
getName()
The name of the robot application.final Object
The robot software suite used by the robot application.final Object
The sources of the robot application.getTags()
A map that contains tag keys and tag values that are attached to the robot application.final int
hashCode()
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:CfnRobotApplicationProps
The robot software suite used by the robot application.- Specified by:
getRobotSoftwareSuite
in interfaceCfnRobotApplicationProps
- See Also:
-
getCurrentRevisionId
Description copied from interface:CfnRobotApplicationProps
The current revision id.- Specified by:
getCurrentRevisionId
in interfaceCfnRobotApplicationProps
- See Also:
-
getEnvironment
Description copied from interface:CfnRobotApplicationProps
The environment of the robot application.- Specified by:
getEnvironment
in interfaceCfnRobotApplicationProps
- See Also:
-
getName
Description copied from interface:CfnRobotApplicationProps
The name of the robot application.- Specified by:
getName
in interfaceCfnRobotApplicationProps
- See Also:
-
getSources
Description copied from interface:CfnRobotApplicationProps
The sources of the robot application.- Specified by:
getSources
in interfaceCfnRobotApplicationProps
- See Also:
-
getTags
Description copied from interface:CfnRobotApplicationProps
A map that contains tag keys and tag values that are attached to the robot application.- Specified by:
getTags
in interfaceCfnRobotApplicationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-