Class EnvironmentAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.EnvironmentAttributes.Jsii$Proxy
- All Implemented Interfaces:
EnvironmentAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EnvironmentAttributes
@Stability(Stable)
@Internal
public static final class EnvironmentAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EnvironmentAttributes
An implementation for
EnvironmentAttributes
-
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.services.appconfig.EnvironmentAttributes
EnvironmentAttributes.Builder, EnvironmentAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EnvironmentAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theEnvironmentAttributes.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 IApplication
The application associated with the environment.final String
The description of the environment.final String
The ID of the environment.The monitors for the environment.final String
getName()
The name of the environment.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 theEnvironmentAttributes.Builder
.
-
-
Method Details
-
getApplication
Description copied from interface:EnvironmentAttributes
The application associated with the environment.- Specified by:
getApplication
in interfaceEnvironmentAttributes
-
getEnvironmentId
Description copied from interface:EnvironmentAttributes
The ID of the environment.- Specified by:
getEnvironmentId
in interfaceEnvironmentAttributes
-
getDescription
Description copied from interface:EnvironmentAttributes
The description of the environment.Default: - None.
- Specified by:
getDescription
in interfaceEnvironmentAttributes
-
getMonitors
Description copied from interface:EnvironmentAttributes
The monitors for the environment.Default: - None.
- Specified by:
getMonitors
in interfaceEnvironmentAttributes
-
getName
Description copied from interface:EnvironmentAttributes
The name of the environment.Default: - None.
- Specified by:
getName
in interfaceEnvironmentAttributes
-
$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()
-