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