@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateScriptResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateScriptResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateScriptResult | clone() | 
| boolean | equals(Object obj) | 
| String | getPythonScript()
 The Python script generated from the DAG. | 
| String | getScalaCode()
 The Scala code generated from the DAG. | 
| int | hashCode() | 
| void | setPythonScript(String pythonScript)
 The Python script generated from the DAG. | 
| void | setScalaCode(String scalaCode)
 The Scala code generated from the DAG. | 
| String | toString()Returns a string representation of this object. | 
| CreateScriptResult | withPythonScript(String pythonScript)
 The Python script generated from the DAG. | 
| CreateScriptResult | withScalaCode(String scalaCode)
 The Scala code generated from the DAG. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPythonScript(String pythonScript)
The Python script generated from the DAG.
pythonScript - The Python script generated from the DAG.public String getPythonScript()
The Python script generated from the DAG.
public CreateScriptResult withPythonScript(String pythonScript)
The Python script generated from the DAG.
pythonScript - The Python script generated from the DAG.public void setScalaCode(String scalaCode)
The Scala code generated from the DAG.
scalaCode - The Scala code generated from the DAG.public String getScalaCode()
The Scala code generated from the DAG.
public CreateScriptResult withScalaCode(String scalaCode)
The Scala code generated from the DAG.
scalaCode - The Scala code generated from the DAG.public String toString()
toString in class ObjectObject.toString()public CreateScriptResult clone()
Copyright © 2021. All rights reserved.