public static final class CfnApp.PhysicalResourceIdProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApp.PhysicalResourceIdProperty
CfnApp.PhysicalResourceIdProperty
CfnApp.PhysicalResourceIdProperty.Builder, CfnApp.PhysicalResourceIdProperty.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 |
getAwsAccountId()
The AWS account that owns the physical resource.
|
java.lang.String |
getAwsRegion()
The AWS Region that the physical resource is located in.
|
java.lang.String |
getIdentifier()
The identifier of the physical resource.
|
java.lang.String |
getType()
Specifies the type of physical resource identifier.
|
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 getIdentifier()
CfnApp.PhysicalResourceIdProperty
getIdentifier
in interface CfnApp.PhysicalResourceIdProperty
public final java.lang.String getType()
CfnApp.PhysicalResourceIdProperty
getType
in interface CfnApp.PhysicalResourceIdProperty
public final java.lang.String getAwsAccountId()
CfnApp.PhysicalResourceIdProperty
getAwsAccountId
in interface CfnApp.PhysicalResourceIdProperty
public final java.lang.String getAwsRegion()
CfnApp.PhysicalResourceIdProperty
getAwsRegion
in interface CfnApp.PhysicalResourceIdProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()