@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. 
 | 
int | 
hashCode()  | 
void | 
setPythonScript(String pythonScript)
 The Python script generated from the DAG. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreateScriptResult | 
withPythonScript(String pythonScript)
 The Python script 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 String toString()
toString in class ObjectObject.toString()public CreateScriptResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.