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