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