Package software.amazon.awscdk
Class GetContextValueOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.GetContextValueOptions.Jsii$Proxy
- All Implemented Interfaces:
GetContextKeyOptions
,GetContextValueOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GetContextValueOptions
@Stability(Stable)
@Internal
public static final class GetContextValueOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GetContextValueOptions
An implementation for
GetContextValueOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.GetContextValueOptions
GetContextValueOptions.Builder, GetContextValueOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GetContextValueOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theGetContextValueOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The value to return if the context value was not found and a missing context is reported.final Boolean
When True, the context provider will not throw an error if missing context is reported.final Boolean
Whether to include the stack's account and region automatically.getProps()
Provider-specific properties.final String
The context provider to query.final int
hashCode()
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 theGetContextValueOptions.Builder
.
-
-
Method Details
-
getDummyValue
Description copied from interface:GetContextValueOptions
The value to return if the context value was not found and a missing context is reported.- Specified by:
getDummyValue
in interfaceGetContextValueOptions
-
getIgnoreErrorOnMissingContext
Description copied from interface:GetContextValueOptions
When True, the context provider will not throw an error if missing context is reported.Default: false
- Specified by:
getIgnoreErrorOnMissingContext
in interfaceGetContextValueOptions
-
getProvider
Description copied from interface:GetContextKeyOptions
The context provider to query.- Specified by:
getProvider
in interfaceGetContextKeyOptions
-
getIncludeEnvironment
Description copied from interface:GetContextKeyOptions
Whether to include the stack's account and region automatically.Default: true
- Specified by:
getIncludeEnvironment
in interfaceGetContextKeyOptions
-
getProps
Description copied from interface:GetContextKeyOptions
Provider-specific properties.- Specified by:
getProps
in interfaceGetContextKeyOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-