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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emrserverless.CfnApplication.ConfigurationObjectProperty
CfnApplication.ConfigurationObjectProperty.Builder, CfnApplication.ConfigurationObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.ConfigurationObjectPropertyThe classification within a configuration.- Specified by:
getClassificationin interfaceCfnApplication.ConfigurationObjectProperty- See Also:
-
getConfigurations
Description 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 interfaceCfnApplication.ConfigurationObjectProperty- See Also:
-
getProperties
Description copied from interface:CfnApplication.ConfigurationObjectPropertyA set of properties specified within a configuration classification.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getPropertiesin interfaceCfnApplication.ConfigurationObjectProperty- 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()
-