Class CfnRobotApplicationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnRobotApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRobotApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRobotApplicationMixinProps
@Stability(Stable)
@Internal
public static final class CfnRobotApplicationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRobotApplicationMixinProps
An implementation for
CfnRobotApplicationMixinProps-
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.CfnRobotApplicationMixinProps
CfnRobotApplicationMixinProps.Builder, CfnRobotApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRobotApplicationMixinProps.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 theCfnRobotApplicationMixinProps.Builder.
-
-
Method Details
-
getCurrentRevisionId
Description copied from interface:CfnRobotApplicationMixinPropsThe current revision id.- Specified by:
getCurrentRevisionIdin interfaceCfnRobotApplicationMixinProps- See Also:
-
getEnvironment
Description copied from interface:CfnRobotApplicationMixinPropsThe environment of the robot application.- Specified by:
getEnvironmentin interfaceCfnRobotApplicationMixinProps- See Also:
-
getName
Description copied from interface:CfnRobotApplicationMixinPropsThe name of the robot application.- Specified by:
getNamein interfaceCfnRobotApplicationMixinProps- See Also:
-
getRobotSoftwareSuite
Description copied from interface:CfnRobotApplicationMixinPropsThe robot software suite used by the robot application.Returns union: either
IResolvableorCfnRobotApplicationPropsMixin.RobotSoftwareSuiteProperty- Specified by:
getRobotSoftwareSuitein interfaceCfnRobotApplicationMixinProps- See Also:
-
getSources
Description copied from interface:CfnRobotApplicationMixinPropsThe sources of the robot application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRobotApplicationPropsMixin.SourceConfigProperty>- Specified by:
getSourcesin interfaceCfnRobotApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnRobotApplicationMixinPropsA map that contains tag keys and tag values that are attached to the robot application.- Specified by:
getTagsin interfaceCfnRobotApplicationMixinProps- 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()
-