Struct aws_sdk_iotthingsgraph::operation::update_system_template::builders::UpdateSystemTemplateOutputBuilder
source · #[non_exhaustive]pub struct UpdateSystemTemplateOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSystemTemplateOutput
.
Implementations§
source§impl UpdateSystemTemplateOutputBuilder
impl UpdateSystemTemplateOutputBuilder
sourcepub fn summary(self, input: SystemTemplateSummary) -> Self
pub fn summary(self, input: SystemTemplateSummary) -> Self
An object containing summary information about the updated system.
sourcepub fn set_summary(self, input: Option<SystemTemplateSummary>) -> Self
pub fn set_summary(self, input: Option<SystemTemplateSummary>) -> Self
An object containing summary information about the updated system.
sourcepub fn get_summary(&self) -> &Option<SystemTemplateSummary>
pub fn get_summary(&self) -> &Option<SystemTemplateSummary>
An object containing summary information about the updated system.
sourcepub fn build(self) -> UpdateSystemTemplateOutput
pub fn build(self) -> UpdateSystemTemplateOutput
Consumes the builder and constructs a UpdateSystemTemplateOutput
.
Trait Implementations§
source§impl Clone for UpdateSystemTemplateOutputBuilder
impl Clone for UpdateSystemTemplateOutputBuilder
source§fn clone(&self) -> UpdateSystemTemplateOutputBuilder
fn clone(&self) -> UpdateSystemTemplateOutputBuilder
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 UpdateSystemTemplateOutputBuilder
impl Default for UpdateSystemTemplateOutputBuilder
source§fn default() -> UpdateSystemTemplateOutputBuilder
fn default() -> UpdateSystemTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateSystemTemplateOutputBuilder
impl PartialEq for UpdateSystemTemplateOutputBuilder
source§fn eq(&self, other: &UpdateSystemTemplateOutputBuilder) -> bool
fn eq(&self, other: &UpdateSystemTemplateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSystemTemplateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSystemTemplateOutputBuilder
impl Send for UpdateSystemTemplateOutputBuilder
impl Sync for UpdateSystemTemplateOutputBuilder
impl Unpin for UpdateSystemTemplateOutputBuilder
impl UnwindSafe for UpdateSystemTemplateOutputBuilder
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.