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 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.emrserverless.CfnApplication.ConfigurationObjectProperty
CfnApplication.ConfigurationObjectProperty.Builder, CfnApplication.ConfigurationObjectProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.ConfigurationObjectProperty.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
The classification within a configuration.final Object
A list of additional configurations to apply within a configuration object.final Object
A set of properties specified within a configuration classification.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 theCfnApplication.ConfigurationObjectProperty.Builder
.
-
-
Method Details
-
getClassification
Description copied from interface:CfnApplication.ConfigurationObjectProperty
The classification within a configuration.- Specified by:
getClassification
in interfaceCfnApplication.ConfigurationObjectProperty
- See Also:
-
getConfigurations
Description copied from interface:CfnApplication.ConfigurationObjectProperty
A list of additional configurations to apply within a configuration object.- Specified by:
getConfigurations
in interfaceCfnApplication.ConfigurationObjectProperty
- See Also:
-
getProperties
Description copied from interface:CfnApplication.ConfigurationObjectProperty
A set of properties specified within a configuration classification.- Specified by:
getProperties
in interfaceCfnApplication.ConfigurationObjectProperty
- 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()
-