@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScriptResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribeScriptResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeScriptResult | clone() | 
| boolean | equals(Object obj) | 
| Script | getScript()
 A set of properties describing the requested script. | 
| int | hashCode() | 
| void | setScript(Script script)
 A set of properties describing the requested script. | 
| String | toString()Returns a string representation of this object. | 
| DescribeScriptResult | withScript(Script script)
 A set of properties describing the requested script. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScript(Script script)
A set of properties describing the requested script.
script - A set of properties describing the requested script.public Script getScript()
A set of properties describing the requested script.
public DescribeScriptResult withScript(Script script)
A set of properties describing the requested script.
script - A set of properties describing the requested script.public String toString()
toString in class ObjectObject.toString()public DescribeScriptResult clone()