Class CfnApplication.ConfigurationObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emrserverless.CfnApplication.ConfigurationObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnApplication.ConfigurationObjectProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplication.ConfigurationObjectProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.ConfigurationObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.ConfigurationObjectProperty
An implementation for 
CfnApplication.ConfigurationObjectProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emrserverless.CfnApplication.ConfigurationObjectPropertyCfnApplication.ConfigurationObjectProperty.Builder, CfnApplication.ConfigurationObjectProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.ConfigurationObjectProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe classification within a configuration.final ObjectA list of additional configurations to apply within a configuration object.final ObjectA set of properties specified within a configuration classification.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnApplication.ConfigurationObjectProperty.Builder.
 
- 
- 
Method Details- 
getClassificationDescription copied from interface:CfnApplication.ConfigurationObjectPropertyThe classification within a configuration.- Specified by:
- getClassificationin interface- CfnApplication.ConfigurationObjectProperty
- See Also:
 
- 
getConfigurationsDescription copied from interface:CfnApplication.ConfigurationObjectPropertyA list of additional configurations to apply within a configuration object.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplication.ConfigurationObjectProperty>- Specified by:
- getConfigurationsin interface- CfnApplication.ConfigurationObjectProperty
- See Also:
 
- 
getPropertiesDescription copied from interface:CfnApplication.ConfigurationObjectPropertyA set of properties specified within a configuration classification.Returns union: either Mapinvalid input: '<'String, String> orIResolvable- Specified by:
- getPropertiesin interface- CfnApplication.ConfigurationObjectProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-