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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnCluster.ApplicationProperty
CfnCluster.ApplicationProperty.Builder, CfnCluster.ApplicationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ApplicationProperty.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 Object
This option is for advanced users only.getArgs()
Arguments for Amazon EMR to pass to the application.final String
getName()
The name of the application.final String
The version of the application.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 theCfnCluster.ApplicationProperty.Builder
.
-
-
Method Details
-
getAdditionalInfo
Description copied from interface:CfnCluster.ApplicationProperty
This option is for advanced users only.This is meta information about clusters and applications that are used for testing and troubleshooting.
- Specified by:
getAdditionalInfo
in interfaceCfnCluster.ApplicationProperty
- See Also:
-
getArgs
Description copied from interface:CfnCluster.ApplicationProperty
Arguments for Amazon EMR to pass to the application.- Specified by:
getArgs
in interfaceCfnCluster.ApplicationProperty
- See Also:
-
getName
Description copied from interface:CfnCluster.ApplicationProperty
The name of the application.- Specified by:
getName
in interfaceCfnCluster.ApplicationProperty
- See Also:
-
getVersion
Description copied from interface:CfnCluster.ApplicationProperty
The version of the application.- Specified by:
getVersion
in interfaceCfnCluster.ApplicationProperty
- 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()
-