public static final class CfnSimulationApplication.SourceConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSimulationApplication.SourceConfigProperty
CfnSimulationApplication.SourceConfigProperty
CfnSimulationApplication.SourceConfigProperty.Builder, CfnSimulationApplication.SourceConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArchitecture()
The target processor architecture for the application.
|
java.lang.String |
getS3Bucket()
The Amazon S3 bucket name.
|
java.lang.String |
getS3Key()
The s3 object key.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getArchitecture()
CfnSimulationApplication.SourceConfigProperty
getArchitecture
in interface CfnSimulationApplication.SourceConfigProperty
public final java.lang.String getS3Bucket()
CfnSimulationApplication.SourceConfigProperty
getS3Bucket
in interface CfnSimulationApplication.SourceConfigProperty
public final java.lang.String getS3Key()
CfnSimulationApplication.SourceConfigProperty
getS3Key
in interface CfnSimulationApplication.SourceConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()