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