Struct aws_sdk_amplifybackend::operation::list_backend_jobs::builders::ListBackendJobsOutputBuilder
source · #[non_exhaustive]pub struct ListBackendJobsOutputBuilder { /* private fields */ }
Expand description
A builder for ListBackendJobsOutput
.
Implementations§
source§impl ListBackendJobsOutputBuilder
impl ListBackendJobsOutputBuilder
sourcepub fn jobs(self, input: BackendJobRespObj) -> Self
pub fn jobs(self, input: BackendJobRespObj) -> Self
Appends an item to jobs
.
To override the contents of this collection use set_jobs
.
An array of jobs and their properties.
sourcepub fn set_jobs(self, input: Option<Vec<BackendJobRespObj>>) -> Self
pub fn set_jobs(self, input: Option<Vec<BackendJobRespObj>>) -> Self
An array of jobs and their properties.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next set of results.
sourcepub fn build(self) -> ListBackendJobsOutput
pub fn build(self) -> ListBackendJobsOutput
Consumes the builder and constructs a ListBackendJobsOutput
.
Trait Implementations§
source§impl Clone for ListBackendJobsOutputBuilder
impl Clone for ListBackendJobsOutputBuilder
source§fn clone(&self) -> ListBackendJobsOutputBuilder
fn clone(&self) -> ListBackendJobsOutputBuilder
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 ListBackendJobsOutputBuilder
impl Debug for ListBackendJobsOutputBuilder
source§impl Default for ListBackendJobsOutputBuilder
impl Default for ListBackendJobsOutputBuilder
source§fn default() -> ListBackendJobsOutputBuilder
fn default() -> ListBackendJobsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListBackendJobsOutputBuilder> for ListBackendJobsOutputBuilder
impl PartialEq<ListBackendJobsOutputBuilder> for ListBackendJobsOutputBuilder
source§fn eq(&self, other: &ListBackendJobsOutputBuilder) -> bool
fn eq(&self, other: &ListBackendJobsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListBackendJobsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListBackendJobsOutputBuilder
impl Send for ListBackendJobsOutputBuilder
impl Sync for ListBackendJobsOutputBuilder
impl Unpin for ListBackendJobsOutputBuilder
impl UnwindSafe for ListBackendJobsOutputBuilder
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