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