Struct aws_sdk_iotthingsgraph::operation::delete_flow_template::builders::DeleteFlowTemplateInputBuilder
source · #[non_exhaustive]pub struct DeleteFlowTemplateInputBuilder { /* private fields */ }Expand description
A builder for DeleteFlowTemplateInput.
Implementations§
source§impl DeleteFlowTemplateInputBuilder
impl DeleteFlowTemplateInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
The ID of the workflow to be deleted.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
sourcepub fn build(self) -> Result<DeleteFlowTemplateInput, BuildError>
pub fn build(self) -> Result<DeleteFlowTemplateInput, BuildError>
Consumes the builder and constructs a DeleteFlowTemplateInput.
source§impl DeleteFlowTemplateInputBuilder
impl DeleteFlowTemplateInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteFlowTemplateOutput, SdkError<DeleteFlowTemplateError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteFlowTemplateOutput, SdkError<DeleteFlowTemplateError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteFlowTemplateInputBuilder
impl Clone for DeleteFlowTemplateInputBuilder
source§fn clone(&self) -> DeleteFlowTemplateInputBuilder
fn clone(&self) -> DeleteFlowTemplateInputBuilder
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 DeleteFlowTemplateInputBuilder
impl Default for DeleteFlowTemplateInputBuilder
source§fn default() -> DeleteFlowTemplateInputBuilder
fn default() -> DeleteFlowTemplateInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFlowTemplateInputBuilder
impl PartialEq for DeleteFlowTemplateInputBuilder
source§fn eq(&self, other: &DeleteFlowTemplateInputBuilder) -> bool
fn eq(&self, other: &DeleteFlowTemplateInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteFlowTemplateInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFlowTemplateInputBuilder
impl Send for DeleteFlowTemplateInputBuilder
impl Sync for DeleteFlowTemplateInputBuilder
impl Unpin for DeleteFlowTemplateInputBuilder
impl UnwindSafe for DeleteFlowTemplateInputBuilder
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.