Class CfnCluster.ApplicationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.ApplicationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ApplicationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ApplicationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ApplicationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ApplicationProperty
An implementation for
CfnCluster.ApplicationProperty-
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.emr.CfnCluster.ApplicationProperty
CfnCluster.ApplicationProperty.Builder, CfnCluster.ApplicationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ApplicationProperty.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 ObjectThis option is for advanced users only.getArgs()Arguments for Amazon EMR to pass to the application.final StringgetName()The name of the application.final StringThe version of the application.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 theCfnCluster.ApplicationProperty.Builder.
-
-
Method Details
-
getAdditionalInfo
Description copied from interface:CfnCluster.ApplicationPropertyThis option is for advanced users only.This is meta information about clusters and applications that are used for testing and troubleshooting.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAdditionalInfoin interfaceCfnCluster.ApplicationProperty- See Also:
-
getArgs
Description copied from interface:CfnCluster.ApplicationPropertyArguments for Amazon EMR to pass to the application.- Specified by:
getArgsin interfaceCfnCluster.ApplicationProperty- See Also:
-
getName
Description copied from interface:CfnCluster.ApplicationPropertyThe name of the application.- Specified by:
getNamein interfaceCfnCluster.ApplicationProperty- See Also:
-
getVersion
Description copied from interface:CfnCluster.ApplicationPropertyThe version of the application.- Specified by:
getVersionin interfaceCfnCluster.ApplicationProperty- 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()
-