Struct aws_sdk_gamelift::operation::update_matchmaking_configuration::builders::UpdateMatchmakingConfigurationOutputBuilder
source · #[non_exhaustive]pub struct UpdateMatchmakingConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateMatchmakingConfigurationOutput
.
Implementations§
source§impl UpdateMatchmakingConfigurationOutputBuilder
impl UpdateMatchmakingConfigurationOutputBuilder
sourcepub fn configuration(self, input: MatchmakingConfiguration) -> Self
pub fn configuration(self, input: MatchmakingConfiguration) -> Self
The updated matchmaking configuration.
sourcepub fn set_configuration(self, input: Option<MatchmakingConfiguration>) -> Self
pub fn set_configuration(self, input: Option<MatchmakingConfiguration>) -> Self
The updated matchmaking configuration.
sourcepub fn get_configuration(&self) -> &Option<MatchmakingConfiguration>
pub fn get_configuration(&self) -> &Option<MatchmakingConfiguration>
The updated matchmaking configuration.
sourcepub fn build(self) -> UpdateMatchmakingConfigurationOutput
pub fn build(self) -> UpdateMatchmakingConfigurationOutput
Consumes the builder and constructs a UpdateMatchmakingConfigurationOutput
.
Trait Implementations§
source§impl Clone for UpdateMatchmakingConfigurationOutputBuilder
impl Clone for UpdateMatchmakingConfigurationOutputBuilder
source§fn clone(&self) -> UpdateMatchmakingConfigurationOutputBuilder
fn clone(&self) -> UpdateMatchmakingConfigurationOutputBuilder
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 UpdateMatchmakingConfigurationOutputBuilder
impl Default for UpdateMatchmakingConfigurationOutputBuilder
source§fn default() -> UpdateMatchmakingConfigurationOutputBuilder
fn default() -> UpdateMatchmakingConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateMatchmakingConfigurationOutputBuilder
impl PartialEq for UpdateMatchmakingConfigurationOutputBuilder
source§fn eq(&self, other: &UpdateMatchmakingConfigurationOutputBuilder) -> bool
fn eq(&self, other: &UpdateMatchmakingConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateMatchmakingConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateMatchmakingConfigurationOutputBuilder
impl Send for UpdateMatchmakingConfigurationOutputBuilder
impl Sync for UpdateMatchmakingConfigurationOutputBuilder
impl Unpin for UpdateMatchmakingConfigurationOutputBuilder
impl UnwindSafe for UpdateMatchmakingConfigurationOutputBuilder
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.