@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPlanResult() |
Modifier and Type | Method and Description |
---|---|
GetPlanResult |
clone() |
boolean |
equals(Object obj) |
String |
getPythonScript()
A python script to perform the mapping.
|
int |
hashCode() |
void |
setPythonScript(String pythonScript)
A python script to perform the mapping.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPlanResult |
withPythonScript(String pythonScript)
A python script to perform the mapping.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPythonScript(String pythonScript)
A python script to perform the mapping.
pythonScript
- A python script to perform the mapping.public String getPythonScript()
A python script to perform the mapping.
public GetPlanResult withPythonScript(String pythonScript)
A python script to perform the mapping.
pythonScript
- A python script to perform the mapping.public String toString()
toString
in class Object
Object.toString()
public GetPlanResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.