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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ApplicationConfigProperty
EmrCreateCluster.ApplicationConfigProperty.Builder, EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.ApplicationConfigProperty.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 booleanThis 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 theEmrCreateCluster.ApplicationConfigProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:EmrCreateCluster.ApplicationConfigPropertyThe name of the application.- Specified by:
getNamein interfaceEmrCreateCluster.ApplicationConfigProperty
-
getAdditionalInfo
Description copied from interface:EmrCreateCluster.ApplicationConfigPropertyThis 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:
getAdditionalInfoin interfaceEmrCreateCluster.ApplicationConfigProperty
-
getArgs
Description copied from interface:EmrCreateCluster.ApplicationConfigPropertyArguments for Amazon EMR to pass to the application.Default: No args
- Specified by:
getArgsin interfaceEmrCreateCluster.ApplicationConfigProperty
-
getVersion
Description copied from interface:EmrCreateCluster.ApplicationConfigPropertyThe version of the application.Default: No version
- Specified by:
getVersionin interfaceEmrCreateCluster.ApplicationConfigProperty
-
$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()
-