Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.systemsmanagersap.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps-
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.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 ID of the application.final StringThe type of the application.final ObjectThe credentials of the SAP application.The Amazon EC2 instances on which your SAP application is running.final StringThe SAP instance number of the application.final StringgetSid()The System ID of the application.getTags()The tags on the 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 theCfnApplicationProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnApplicationPropsThe ID of the application.- Specified by:
getApplicationIdin interfaceCfnApplicationProps
-
getApplicationType
Description copied from interface:CfnApplicationPropsThe type of the application.- Specified by:
getApplicationTypein interfaceCfnApplicationProps
-
getCredentials
Description copied from interface:CfnApplicationPropsThe credentials of the SAP application.- Specified by:
getCredentialsin interfaceCfnApplicationProps
-
getInstances
Description copied from interface:CfnApplicationPropsThe Amazon EC2 instances on which your SAP application is running.- Specified by:
getInstancesin interfaceCfnApplicationProps
-
getSapInstanceNumber
Description copied from interface:CfnApplicationPropsThe SAP instance number of the application.- Specified by:
getSapInstanceNumberin interfaceCfnApplicationProps
-
getSid
Description copied from interface:CfnApplicationPropsThe System ID of the application.- Specified by:
getSidin interfaceCfnApplicationProps
-
getTags
Description copied from interface:CfnApplicationPropsThe tags on the application.- Specified by:
getTagsin interfaceCfnApplicationProps
-
$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()
-