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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ApplicationConfigPropertyEmrCreateCluster.ApplicationConfigProperty.Builder, EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor 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 SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.ApplicationConfigProperty.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:EmrCreateCluster.ApplicationConfigPropertyThe name of the application.- Specified by:
- getNamein interface- EmrCreateCluster.ApplicationConfigProperty
 
- 
getAdditionalInfoDescription 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 interface- EmrCreateCluster.ApplicationConfigProperty
 
- 
getArgsDescription copied from interface:EmrCreateCluster.ApplicationConfigPropertyArguments for Amazon EMR to pass to the application.Default: No args - Specified by:
- getArgsin interface- EmrCreateCluster.ApplicationConfigProperty
 
- 
getVersionDescription copied from interface:EmrCreateCluster.ApplicationConfigPropertyThe version of the application.Default: No version - Specified by:
- getVersionin interface- EmrCreateCluster.ApplicationConfigProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-