@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateScriptResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateScriptResult() |
Modifier and Type | Method and Description |
---|---|
UpdateScriptResult |
clone() |
boolean |
equals(Object obj) |
Script |
getScript()
The newly created script record with a unique script ID.
|
int |
hashCode() |
void |
setScript(Script script)
The newly created script record with a unique script ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateScriptResult |
withScript(Script script)
The newly created script record with a unique script ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setScript(Script script)
The newly created script record with a unique script ID. 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 GameLift service.
script
- The newly created script record with a unique script ID. 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 GameLift service.public Script getScript()
The newly created script record with a unique script ID. 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 GameLift service.
public UpdateScriptResult withScript(Script script)
The newly created script record with a unique script ID. 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 GameLift service.
script
- The newly created script record with a unique script ID. 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 GameLift service.public String toString()
toString
in class Object
Object.toString()
public UpdateScriptResult clone()