public static final class EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.ApplicationConfigProperty
EmrCreateCluster.ApplicationConfigProperty
EmrCreateCluster.ApplicationConfigProperty.Builder, EmrCreateCluster.ApplicationConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.lang.String> |
getAdditionalInfo()
This option is for advanced users only.
|
java.util.List<java.lang.String> |
getArgs()
Arguments for Amazon EMR to pass to the application.
|
java.lang.String |
getName()
The name of the application.
|
java.lang.String |
getVersion()
The version of the application.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
EmrCreateCluster.ApplicationConfigProperty
getName
in interface EmrCreateCluster.ApplicationConfigProperty
public final java.util.Map<java.lang.String,java.lang.String> getAdditionalInfo()
EmrCreateCluster.ApplicationConfigProperty
This is meta information about third-party applications that third-party vendors use for testing purposes.
Default: No additionalInfo
getAdditionalInfo
in interface EmrCreateCluster.ApplicationConfigProperty
public final java.util.List<java.lang.String> getArgs()
EmrCreateCluster.ApplicationConfigProperty
Default: No args
getArgs
in interface EmrCreateCluster.ApplicationConfigProperty
public final java.lang.String getVersion()
EmrCreateCluster.ApplicationConfigProperty
Default: No version
getVersion
in interface EmrCreateCluster.ApplicationConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()