Package software.amazon.awscdk
Class PolicyValidationStack.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.PolicyValidationStack.Jsii$Proxy
- All Implemented Interfaces:
PolicyValidationStack,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PolicyValidationStack
@Stability(Stable)
@Internal
public static final class PolicyValidationStack.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyValidationStack
An implementation for
PolicyValidationStack-
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.PolicyValidationStack
PolicyValidationStack.Builder, PolicyValidationStack.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PolicyValidationStack.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyValidationStack.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 account ID for this stack, if known.final StringThe region for this stack, if known.final StringThe Stack's construct path.final StringThe path to the template file on disk.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 thePolicyValidationStack.Builder.
-
-
Method Details
-
getStackConstructPath
Description copied from interface:PolicyValidationStackThe Stack's construct path.- Specified by:
getStackConstructPathin interfacePolicyValidationStack
-
getTemplatePath
Description copied from interface:PolicyValidationStackThe path to the template file on disk.- Specified by:
getTemplatePathin interfacePolicyValidationStack
-
getAccountId
Description copied from interface:PolicyValidationStackThe account ID for this stack, if known.Default: - the account ID is unknown
- Specified by:
getAccountIdin interfacePolicyValidationStack
-
getRegion
Description copied from interface:PolicyValidationStackThe region for this stack, if known.Default: - the region is unknown
- Specified by:
getRegionin interfacePolicyValidationStack
-
$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()
-