public static final class BuildEnvironmentVariable.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BuildEnvironmentVariable
software.amazon.jsii.JsiiObject.InitializationModeBuildEnvironmentVariable.Builder, BuildEnvironmentVariable.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironmentVariableType |
getType()
The type of environment variable.
|
Object |
getValue()
The value of the environment variable (or the name of the parameter in
the SSM parameter store.)
|
void |
setType(BuildEnvironmentVariableType value)
The type of environment variable.
|
void |
setValue(Object value)
The value of the environment variable (or the name of the parameter in
the SSM parameter store.)
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public BuildEnvironmentVariableType getType()
getType in interface BuildEnvironmentVariablepublic void setType(@Nullable BuildEnvironmentVariableType value)
setType in interface BuildEnvironmentVariable@Nullable public Object getValue()
getValue in interface BuildEnvironmentVariablepublic void setValue(@Nullable Object value)
setValue in interface BuildEnvironmentVariableCopyright © 2018. All rights reserved.