Struct aws_sdk_iotthingsgraph::operation::undeploy_system_instance::builders::UndeploySystemInstanceOutputBuilder
source · #[non_exhaustive]pub struct UndeploySystemInstanceOutputBuilder { /* private fields */ }Expand description
A builder for UndeploySystemInstanceOutput.
Implementations§
source§impl UndeploySystemInstanceOutputBuilder
impl UndeploySystemInstanceOutputBuilder
sourcepub fn summary(self, input: SystemInstanceSummary) -> Self
pub fn summary(self, input: SystemInstanceSummary) -> Self
An object that contains summary information about the system instance that was removed from its target.
sourcepub fn set_summary(self, input: Option<SystemInstanceSummary>) -> Self
pub fn set_summary(self, input: Option<SystemInstanceSummary>) -> Self
An object that contains summary information about the system instance that was removed from its target.
sourcepub fn get_summary(&self) -> &Option<SystemInstanceSummary>
pub fn get_summary(&self) -> &Option<SystemInstanceSummary>
An object that contains summary information about the system instance that was removed from its target.
sourcepub fn build(self) -> UndeploySystemInstanceOutput
pub fn build(self) -> UndeploySystemInstanceOutput
Consumes the builder and constructs a UndeploySystemInstanceOutput.
Trait Implementations§
source§impl Clone for UndeploySystemInstanceOutputBuilder
impl Clone for UndeploySystemInstanceOutputBuilder
source§fn clone(&self) -> UndeploySystemInstanceOutputBuilder
fn clone(&self) -> UndeploySystemInstanceOutputBuilder
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 UndeploySystemInstanceOutputBuilder
impl Default for UndeploySystemInstanceOutputBuilder
source§fn default() -> UndeploySystemInstanceOutputBuilder
fn default() -> UndeploySystemInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UndeploySystemInstanceOutputBuilder
impl PartialEq for UndeploySystemInstanceOutputBuilder
source§fn eq(&self, other: &UndeploySystemInstanceOutputBuilder) -> bool
fn eq(&self, other: &UndeploySystemInstanceOutputBuilder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UndeploySystemInstanceOutputBuilder
Auto Trait Implementations§
impl Freeze for UndeploySystemInstanceOutputBuilder
impl RefUnwindSafe for UndeploySystemInstanceOutputBuilder
impl Send for UndeploySystemInstanceOutputBuilder
impl Sync for UndeploySystemInstanceOutputBuilder
impl Unpin for UndeploySystemInstanceOutputBuilder
impl UnwindSafe for UndeploySystemInstanceOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.