Struct aws_sdk_gamelift::operation::claim_game_server::builders::ClaimGameServerOutputBuilder
source · #[non_exhaustive]pub struct ClaimGameServerOutputBuilder { /* private fields */ }Expand description
A builder for ClaimGameServerOutput.
Implementations§
source§impl ClaimGameServerOutputBuilder
impl ClaimGameServerOutputBuilder
sourcepub fn game_server(self, input: GameServer) -> Self
pub fn game_server(self, input: GameServer) -> Self
Object that describes the newly claimed game server.
sourcepub fn set_game_server(self, input: Option<GameServer>) -> Self
pub fn set_game_server(self, input: Option<GameServer>) -> Self
Object that describes the newly claimed game server.
sourcepub fn get_game_server(&self) -> &Option<GameServer>
pub fn get_game_server(&self) -> &Option<GameServer>
Object that describes the newly claimed game server.
sourcepub fn build(self) -> ClaimGameServerOutput
pub fn build(self) -> ClaimGameServerOutput
Consumes the builder and constructs a ClaimGameServerOutput.
Trait Implementations§
source§impl Clone for ClaimGameServerOutputBuilder
impl Clone for ClaimGameServerOutputBuilder
source§fn clone(&self) -> ClaimGameServerOutputBuilder
fn clone(&self) -> ClaimGameServerOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ClaimGameServerOutputBuilder
impl Debug for ClaimGameServerOutputBuilder
source§impl Default for ClaimGameServerOutputBuilder
impl Default for ClaimGameServerOutputBuilder
source§fn default() -> ClaimGameServerOutputBuilder
fn default() -> ClaimGameServerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ClaimGameServerOutputBuilder
impl PartialEq for ClaimGameServerOutputBuilder
source§fn eq(&self, other: &ClaimGameServerOutputBuilder) -> bool
fn eq(&self, other: &ClaimGameServerOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ClaimGameServerOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ClaimGameServerOutputBuilder
impl Send for ClaimGameServerOutputBuilder
impl Sync for ClaimGameServerOutputBuilder
impl Unpin for ClaimGameServerOutputBuilder
impl UnwindSafe for ClaimGameServerOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.