Struct aws_sdk_iotthingsgraph::operation::get_flow_template_revisions::builders::GetFlowTemplateRevisionsOutputBuilder
source · #[non_exhaustive]pub struct GetFlowTemplateRevisionsOutputBuilder { /* private fields */ }Expand description
A builder for GetFlowTemplateRevisionsOutput.
Implementations§
source§impl GetFlowTemplateRevisionsOutputBuilder
impl GetFlowTemplateRevisionsOutputBuilder
sourcepub fn summaries(self, input: FlowTemplateSummary) -> Self
pub fn summaries(self, input: FlowTemplateSummary) -> Self
Appends an item to summaries.
To override the contents of this collection use set_summaries.
An array of objects that provide summary data about each revision.
sourcepub fn set_summaries(self, input: Option<Vec<FlowTemplateSummary>>) -> Self
pub fn set_summaries(self, input: Option<Vec<FlowTemplateSummary>>) -> Self
An array of objects that provide summary data about each revision.
sourcepub fn get_summaries(&self) -> &Option<Vec<FlowTemplateSummary>>
pub fn get_summaries(&self) -> &Option<Vec<FlowTemplateSummary>>
An array of objects that provide summary data about each revision.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string to specify as nextToken when you request the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string to specify as nextToken when you request the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string to specify as nextToken when you request the next page of results.
sourcepub fn build(self) -> GetFlowTemplateRevisionsOutput
pub fn build(self) -> GetFlowTemplateRevisionsOutput
Consumes the builder and constructs a GetFlowTemplateRevisionsOutput.
Trait Implementations§
source§impl Clone for GetFlowTemplateRevisionsOutputBuilder
impl Clone for GetFlowTemplateRevisionsOutputBuilder
source§fn clone(&self) -> GetFlowTemplateRevisionsOutputBuilder
fn clone(&self) -> GetFlowTemplateRevisionsOutputBuilder
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 GetFlowTemplateRevisionsOutputBuilder
impl Default for GetFlowTemplateRevisionsOutputBuilder
source§fn default() -> GetFlowTemplateRevisionsOutputBuilder
fn default() -> GetFlowTemplateRevisionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetFlowTemplateRevisionsOutputBuilder
impl PartialEq for GetFlowTemplateRevisionsOutputBuilder
source§fn eq(&self, other: &GetFlowTemplateRevisionsOutputBuilder) -> bool
fn eq(&self, other: &GetFlowTemplateRevisionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetFlowTemplateRevisionsOutputBuilder
Auto Trait Implementations§
impl Freeze for GetFlowTemplateRevisionsOutputBuilder
impl RefUnwindSafe for GetFlowTemplateRevisionsOutputBuilder
impl Send for GetFlowTemplateRevisionsOutputBuilder
impl Sync for GetFlowTemplateRevisionsOutputBuilder
impl Unpin for GetFlowTemplateRevisionsOutputBuilder
impl UnwindSafe for GetFlowTemplateRevisionsOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.