Class CfnApplicationPropsMixin.ComponentInfoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.systemsmanagersap.CfnApplicationPropsMixin.ComponentInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.ComponentInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.ComponentInfoProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.ComponentInfoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.ComponentInfoProperty
An implementation for
CfnApplicationPropsMixin.ComponentInfoProperty-
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.systemsmanagersap.CfnApplicationPropsMixin.ComponentInfoProperty
CfnApplicationPropsMixin.ComponentInfoProperty.Builder, CfnApplicationPropsMixin.ComponentInfoProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.ComponentInfoProperty.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 StringThis string is the type of the component.final StringThis is the Amazon EC2 instance on which your SAP component is running.final StringgetSid()This string is the SAP System ID of the component.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 theCfnApplicationPropsMixin.ComponentInfoProperty.Builder.
-
-
Method Details
-
getComponentType
Description copied from interface:CfnApplicationPropsMixin.ComponentInfoPropertyThis string is the type of the component.Accepted value is
WD.- Specified by:
getComponentTypein interfaceCfnApplicationPropsMixin.ComponentInfoProperty- See Also:
-
getEc2InstanceId
Description copied from interface:CfnApplicationPropsMixin.ComponentInfoPropertyThis is the Amazon EC2 instance on which your SAP component is running.Accepted values are alphanumeric.
- Specified by:
getEc2InstanceIdin interfaceCfnApplicationPropsMixin.ComponentInfoProperty- See Also:
-
getSid
Description copied from interface:CfnApplicationPropsMixin.ComponentInfoPropertyThis string is the SAP System ID of the component.Accepted values are alphanumeric.
- Specified by:
getSidin interfaceCfnApplicationPropsMixin.ComponentInfoProperty- 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()
-