@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) | 
| Script | getScript()
 The newly created script record with a unique script ID and ARN. | 
| int | hashCode() | 
| void | setScript(Script script)
 The newly created script record with a unique script ID and ARN. | 
| String | toString()Returns a string representation of this object. | 
| CreateScriptResult | withScript(Script script)
 The newly created script record with a unique script ID and ARN. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScript(Script script)
The newly created script record with a unique script ID and ARN. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon Web Services service.
script - The newly created script record with a unique script ID and ARN. The new script's storage location
        reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the
        storage location reflects the information that was provided in the CreateScript request; (2) If the
        script file was uploaded from a local zip file, the storage location reflects an S3 location controls by
        the Amazon Web Services service.public Script getScript()
The newly created script record with a unique script ID and ARN. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon Web Services service.
public CreateScriptResult withScript(Script script)
The newly created script record with a unique script ID and ARN. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the CreateScript request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon Web Services service.
script - The newly created script record with a unique script ID and ARN. The new script's storage location
        reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the
        storage location reflects the information that was provided in the CreateScript request; (2) If the
        script file was uploaded from a local zip file, the storage location reflects an S3 location controls by
        the Amazon Web Services service.public String toString()
toString in class ObjectObject.toString()public CreateScriptResult clone()