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