Class EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
EmrCreateCluster.ApplicationConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EmrCreateCluster.ApplicationConfigProperty
@Stability(Stable)
@Internal
public static final class EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrCreateCluster.ApplicationConfigProperty
An implementation for
EmrCreateCluster.ApplicationConfigProperty
-
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.stepfunctions.tasks.EmrCreateCluster.ApplicationConfigProperty
EmrCreateCluster.ApplicationConfigProperty.Builder, EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.ApplicationConfigProperty.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
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 theEmrCreateCluster.ApplicationConfigProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:EmrCreateCluster.ApplicationConfigProperty
The name of the application.- Specified by:
getName
in interfaceEmrCreateCluster.ApplicationConfigProperty
-
getAdditionalInfo
Description copied from interface:EmrCreateCluster.ApplicationConfigProperty
This option is for advanced users only.This is meta information about third-party applications that third-party vendors use for testing purposes.
Default: No additionalInfo
- Specified by:
getAdditionalInfo
in interfaceEmrCreateCluster.ApplicationConfigProperty
-
getArgs
Description copied from interface:EmrCreateCluster.ApplicationConfigProperty
Arguments for Amazon EMR to pass to the application.Default: No args
- Specified by:
getArgs
in interfaceEmrCreateCluster.ApplicationConfigProperty
-
getVersion
Description copied from interface:EmrCreateCluster.ApplicationConfigProperty
The version of the application.Default: No version
- Specified by:
getVersion
in interfaceEmrCreateCluster.ApplicationConfigProperty
-
$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()
-