@Stability(value=Experimental) @Internal public static final class CommonStageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonStageOptions
CommonStageOptionssoftware.amazon.jsii.JsiiObject.InitializationModeCommonStageOptions.Builder, CommonStageOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean autoDeploy,
String stageName)
Constructor that initializes the object based on literal property values passed by the
CommonStageOptions.Builder. |
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(Object o) |
Boolean |
getAutoDeploy()
(experimental) Whether updates to an API automatically trigger a new deployment.
|
String |
getStageName()
(experimental) The name of the stage.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean autoDeploy, String stageName)
CommonStageOptions.Builder.public final Boolean getAutoDeploy()
CommonStageOptionsDefault: false
getAutoDeploy in interface CommonStageOptionspublic final String getStageName()
CommonStageOptions
See StageName class for more details.
Default: '$default' the default stage of the API. This stage will have the URL at the root of the API endpoint.
getStageName in interface CommonStageOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.