Class ResourceEnvironment.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.interfaces.ResourceEnvironment.Jsii$Proxy
- All Implemented Interfaces:
ResourceEnvironment,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ResourceEnvironment
@Stability(Stable)
@Internal
public static final class ResourceEnvironment.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ResourceEnvironment
An implementation for
ResourceEnvironment-
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.interfaces.ResourceEnvironment
ResourceEnvironment.Builder, ResourceEnvironment.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ResourceEnvironment.Builder builder) Constructor that initializes the object based on literal property values passed by theResourceEnvironment.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theResourceEnvironment.Builder.
-
-
Method Details
-
getAccount
Description copied from interface:ResourceEnvironmentThe AWS Account ID that this resource belongs to.Since this can be a Token (for example, when the account is CloudFormation's
AWS::AccountIdintrinsic), make sure to useToken.compareStrings()instead of comparing the values with direct string equality.- Specified by:
getAccountin interfaceResourceEnvironment
-
getRegion
Description copied from interface:ResourceEnvironmentThe AWS Region that this resource belongs to.Since this can be a Token (for example, when the region is CloudFormation's
AWS::Regionintrinsic), make sure to useToken.compareStrings()instead of comparing the values with direct string equality.- Specified by:
getRegionin interfaceResourceEnvironment
-
$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()
-