#[non_exhaustive]pub struct CreateFlowTemplateOutput { /* private fields */ }Implementations§
source§impl CreateFlowTemplateOutput
impl CreateFlowTemplateOutput
sourcepub fn summary(&self) -> Option<&FlowTemplateSummary>
pub fn summary(&self) -> Option<&FlowTemplateSummary>
The summary object that describes the created workflow.
source§impl CreateFlowTemplateOutput
impl CreateFlowTemplateOutput
sourcepub fn builder() -> CreateFlowTemplateOutputBuilder
pub fn builder() -> CreateFlowTemplateOutputBuilder
Creates a new builder-style object to manufacture CreateFlowTemplateOutput.
Trait Implementations§
source§impl Clone for CreateFlowTemplateOutput
impl Clone for CreateFlowTemplateOutput
source§fn clone(&self) -> CreateFlowTemplateOutput
fn clone(&self) -> CreateFlowTemplateOutput
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 Debug for CreateFlowTemplateOutput
impl Debug for CreateFlowTemplateOutput
source§impl PartialEq<CreateFlowTemplateOutput> for CreateFlowTemplateOutput
impl PartialEq<CreateFlowTemplateOutput> for CreateFlowTemplateOutput
source§fn eq(&self, other: &CreateFlowTemplateOutput) -> bool
fn eq(&self, other: &CreateFlowTemplateOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateFlowTemplateOutput
impl RequestId for CreateFlowTemplateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for CreateFlowTemplateOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateFlowTemplateOutput
impl Send for CreateFlowTemplateOutput
impl Sync for CreateFlowTemplateOutput
impl Unpin for CreateFlowTemplateOutput
impl UnwindSafe for CreateFlowTemplateOutput
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