Struct aws_sdk_gamelift::operation::start_match_backfill::builders::StartMatchBackfillOutputBuilder
source · #[non_exhaustive]pub struct StartMatchBackfillOutputBuilder { /* private fields */ }Expand description
A builder for StartMatchBackfillOutput.
Implementations§
source§impl StartMatchBackfillOutputBuilder
impl StartMatchBackfillOutputBuilder
sourcepub fn matchmaking_ticket(self, input: MatchmakingTicket) -> Self
pub fn matchmaking_ticket(self, input: MatchmakingTicket) -> Self
Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.
sourcepub fn set_matchmaking_ticket(self, input: Option<MatchmakingTicket>) -> Self
pub fn set_matchmaking_ticket(self, input: Option<MatchmakingTicket>) -> Self
Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.
sourcepub fn get_matchmaking_ticket(&self) -> &Option<MatchmakingTicket>
pub fn get_matchmaking_ticket(&self) -> &Option<MatchmakingTicket>
Ticket representing the backfill matchmaking request. This object includes the information in the request, ticket status, and match results as generated during the matchmaking process.
sourcepub fn build(self) -> StartMatchBackfillOutput
pub fn build(self) -> StartMatchBackfillOutput
Consumes the builder and constructs a StartMatchBackfillOutput.
Trait Implementations§
source§impl Clone for StartMatchBackfillOutputBuilder
impl Clone for StartMatchBackfillOutputBuilder
source§fn clone(&self) -> StartMatchBackfillOutputBuilder
fn clone(&self) -> StartMatchBackfillOutputBuilder
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 Default for StartMatchBackfillOutputBuilder
impl Default for StartMatchBackfillOutputBuilder
source§fn default() -> StartMatchBackfillOutputBuilder
fn default() -> StartMatchBackfillOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartMatchBackfillOutputBuilder
impl PartialEq for StartMatchBackfillOutputBuilder
source§fn eq(&self, other: &StartMatchBackfillOutputBuilder) -> bool
fn eq(&self, other: &StartMatchBackfillOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartMatchBackfillOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartMatchBackfillOutputBuilder
impl Send for StartMatchBackfillOutputBuilder
impl Sync for StartMatchBackfillOutputBuilder
impl Unpin for StartMatchBackfillOutputBuilder
impl UnwindSafe for StartMatchBackfillOutputBuilder
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.