Class CfnEnvironment.OptionSettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironment.OptionSettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironment.OptionSettingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironment.OptionSettingProperty
@Stability(Stable)
@Internal
public static final class CfnEnvironment.OptionSettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironment.OptionSettingProperty
An implementation for
CfnEnvironment.OptionSettingProperty
-
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.elasticbeanstalk.CfnEnvironment.OptionSettingProperty
CfnEnvironment.OptionSettingProperty.Builder, CfnEnvironment.OptionSettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEnvironment.OptionSettingProperty.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 String
A unique namespace that identifies the option's associated AWS resource.final String
The name of the configuration option.final String
A unique resource name for the option setting.final String
getValue()
The current value for the configuration option.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 theCfnEnvironment.OptionSettingProperty.Builder
.
-
-
Method Details
-
getNamespace
Description copied from interface:CfnEnvironment.OptionSettingProperty
A unique namespace that identifies the option's associated AWS resource.- Specified by:
getNamespace
in interfaceCfnEnvironment.OptionSettingProperty
- See Also:
-
getOptionName
Description copied from interface:CfnEnvironment.OptionSettingProperty
The name of the configuration option.- Specified by:
getOptionName
in interfaceCfnEnvironment.OptionSettingProperty
- See Also:
-
getResourceName
Description copied from interface:CfnEnvironment.OptionSettingProperty
A unique resource name for the option setting.Use it for a time–based scaling configuration option.
- Specified by:
getResourceName
in interfaceCfnEnvironment.OptionSettingProperty
- See Also:
-
getValue
Description copied from interface:CfnEnvironment.OptionSettingProperty
The current value for the configuration option.- Specified by:
getValue
in interfaceCfnEnvironment.OptionSettingProperty
- See Also:
-
$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()
-