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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticbeanstalk.CfnEnvironment.OptionSettingProperty
CfnEnvironment.OptionSettingProperty.Builder, CfnEnvironment.OptionSettingProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironment.OptionSettingProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA unique namespace that identifies the option's associated AWS resource.final StringThe name of the configuration option.final StringA unique resource name for the option setting.final StringgetValue()The current value for the configuration option.final inthashCode()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.OptionSettingPropertyA unique namespace that identifies the option's associated AWS resource.- Specified by:
 getNamespacein interfaceCfnEnvironment.OptionSettingProperty
 - 
getOptionName
Description copied from interface:CfnEnvironment.OptionSettingPropertyThe name of the configuration option.- Specified by:
 getOptionNamein interfaceCfnEnvironment.OptionSettingProperty
 - 
getResourceName
Description copied from interface:CfnEnvironment.OptionSettingPropertyA unique resource name for the option setting.Use it for a time–based scaling configuration option.
- Specified by:
 getResourceNamein interfaceCfnEnvironment.OptionSettingProperty
 - 
getValue
Description copied from interface:CfnEnvironment.OptionSettingPropertyThe current value for the configuration option.- Specified by:
 getValuein interfaceCfnEnvironment.OptionSettingProperty
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -