#[non_exhaustive]pub struct UpdateScriptOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateScriptOutput
.
Implementations§
source§impl UpdateScriptOutputBuilder
impl UpdateScriptOutputBuilder
sourcepub fn script(self, input: Script) -> Self
pub fn script(self, input: Script) -> Self
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.
sourcepub fn set_script(self, input: Option<Script>) -> Self
pub fn set_script(self, input: Option<Script>) -> Self
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.
sourcepub fn get_script(&self) -> &Option<Script>
pub fn get_script(&self) -> &Option<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.
sourcepub fn build(self) -> UpdateScriptOutput
pub fn build(self) -> UpdateScriptOutput
Consumes the builder and constructs a UpdateScriptOutput
.
Trait Implementations§
source§impl Clone for UpdateScriptOutputBuilder
impl Clone for UpdateScriptOutputBuilder
source§fn clone(&self) -> UpdateScriptOutputBuilder
fn clone(&self) -> UpdateScriptOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateScriptOutputBuilder
impl Debug for UpdateScriptOutputBuilder
source§impl Default for UpdateScriptOutputBuilder
impl Default for UpdateScriptOutputBuilder
source§fn default() -> UpdateScriptOutputBuilder
fn default() -> UpdateScriptOutputBuilder
source§impl PartialEq for UpdateScriptOutputBuilder
impl PartialEq for UpdateScriptOutputBuilder
source§fn eq(&self, other: &UpdateScriptOutputBuilder) -> bool
fn eq(&self, other: &UpdateScriptOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.