#[non_exhaustive]pub struct GetWorkflowRunsOutputBuilder { /* private fields */ }Expand description
A builder for GetWorkflowRunsOutput.
Implementations§
source§impl GetWorkflowRunsOutputBuilder
impl GetWorkflowRunsOutputBuilder
sourcepub fn runs(self, input: WorkflowRun) -> Self
pub fn runs(self, input: WorkflowRun) -> Self
Appends an item to runs.
To override the contents of this collection use set_runs.
A list of workflow run metadata objects.
sourcepub fn set_runs(self, input: Option<Vec<WorkflowRun>>) -> Self
pub fn set_runs(self, input: Option<Vec<WorkflowRun>>) -> Self
A list of workflow run metadata objects.
sourcepub fn get_runs(&self) -> &Option<Vec<WorkflowRun>>
pub fn get_runs(&self) -> &Option<Vec<WorkflowRun>>
A list of workflow run metadata objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
A continuation token, if not all requested workflow runs have been returned.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
A continuation token, if not all requested workflow runs have been returned.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
A continuation token, if not all requested workflow runs have been returned.
sourcepub fn build(self) -> GetWorkflowRunsOutput
pub fn build(self) -> GetWorkflowRunsOutput
Consumes the builder and constructs a GetWorkflowRunsOutput.
Trait Implementations§
source§impl Clone for GetWorkflowRunsOutputBuilder
impl Clone for GetWorkflowRunsOutputBuilder
source§fn clone(&self) -> GetWorkflowRunsOutputBuilder
fn clone(&self) -> GetWorkflowRunsOutputBuilder
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 GetWorkflowRunsOutputBuilder
impl Debug for GetWorkflowRunsOutputBuilder
source§impl Default for GetWorkflowRunsOutputBuilder
impl Default for GetWorkflowRunsOutputBuilder
source§fn default() -> GetWorkflowRunsOutputBuilder
fn default() -> GetWorkflowRunsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetWorkflowRunsOutputBuilder
impl PartialEq for GetWorkflowRunsOutputBuilder
source§fn eq(&self, other: &GetWorkflowRunsOutputBuilder) -> bool
fn eq(&self, other: &GetWorkflowRunsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetWorkflowRunsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetWorkflowRunsOutputBuilder
impl Send for GetWorkflowRunsOutputBuilder
impl Sync for GetWorkflowRunsOutputBuilder
impl Unpin for GetWorkflowRunsOutputBuilder
impl UnwindSafe for GetWorkflowRunsOutputBuilder
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.