Struct aws_sdk_gamelift::operation::describe_runtime_configuration::builders::DescribeRuntimeConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DescribeRuntimeConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeRuntimeConfigurationOutput
.
Implementations§
source§impl DescribeRuntimeConfigurationOutputBuilder
impl DescribeRuntimeConfigurationOutputBuilder
sourcepub fn runtime_configuration(self, input: RuntimeConfiguration) -> Self
pub fn runtime_configuration(self, input: RuntimeConfiguration) -> Self
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
sourcepub fn set_runtime_configuration(
self,
input: Option<RuntimeConfiguration>
) -> Self
pub fn set_runtime_configuration( self, input: Option<RuntimeConfiguration> ) -> Self
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
sourcepub fn get_runtime_configuration(&self) -> &Option<RuntimeConfiguration>
pub fn get_runtime_configuration(&self) -> &Option<RuntimeConfiguration>
Instructions that describe how server processes should be launched and maintained on each instance in the fleet.
sourcepub fn build(self) -> DescribeRuntimeConfigurationOutput
pub fn build(self) -> DescribeRuntimeConfigurationOutput
Consumes the builder and constructs a DescribeRuntimeConfigurationOutput
.
Trait Implementations§
source§impl Clone for DescribeRuntimeConfigurationOutputBuilder
impl Clone for DescribeRuntimeConfigurationOutputBuilder
source§fn clone(&self) -> DescribeRuntimeConfigurationOutputBuilder
fn clone(&self) -> DescribeRuntimeConfigurationOutputBuilder
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 DescribeRuntimeConfigurationOutputBuilder
impl Default for DescribeRuntimeConfigurationOutputBuilder
source§fn default() -> DescribeRuntimeConfigurationOutputBuilder
fn default() -> DescribeRuntimeConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeRuntimeConfigurationOutputBuilder
impl PartialEq for DescribeRuntimeConfigurationOutputBuilder
source§fn eq(&self, other: &DescribeRuntimeConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DescribeRuntimeConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeRuntimeConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRuntimeConfigurationOutputBuilder
impl Send for DescribeRuntimeConfigurationOutputBuilder
impl Sync for DescribeRuntimeConfigurationOutputBuilder
impl Unpin for DescribeRuntimeConfigurationOutputBuilder
impl UnwindSafe for DescribeRuntimeConfigurationOutputBuilder
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.