Struct aws_sdk_datasync::operation::list_task_executions::builders::ListTaskExecutionsOutputBuilder
source · #[non_exhaustive]pub struct ListTaskExecutionsOutputBuilder { /* private fields */ }
Expand description
A builder for ListTaskExecutionsOutput
.
Implementations§
source§impl ListTaskExecutionsOutputBuilder
impl ListTaskExecutionsOutputBuilder
sourcepub fn task_executions(self, input: TaskExecutionListEntry) -> Self
pub fn task_executions(self, input: TaskExecutionListEntry) -> Self
Appends an item to task_executions
.
To override the contents of this collection use set_task_executions
.
A list of executed tasks.
sourcepub fn set_task_executions(
self,
input: Option<Vec<TaskExecutionListEntry>>
) -> Self
pub fn set_task_executions( self, input: Option<Vec<TaskExecutionListEntry>> ) -> Self
A list of executed tasks.
sourcepub fn get_task_executions(&self) -> &Option<Vec<TaskExecutionListEntry>>
pub fn get_task_executions(&self) -> &Option<Vec<TaskExecutionListEntry>>
A list of executed tasks.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
An opaque string that indicates the position at which to begin returning the next list of executed tasks.
sourcepub fn build(self) -> ListTaskExecutionsOutput
pub fn build(self) -> ListTaskExecutionsOutput
Consumes the builder and constructs a ListTaskExecutionsOutput
.
Trait Implementations§
source§impl Clone for ListTaskExecutionsOutputBuilder
impl Clone for ListTaskExecutionsOutputBuilder
source§fn clone(&self) -> ListTaskExecutionsOutputBuilder
fn clone(&self) -> ListTaskExecutionsOutputBuilder
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 ListTaskExecutionsOutputBuilder
impl Default for ListTaskExecutionsOutputBuilder
source§fn default() -> ListTaskExecutionsOutputBuilder
fn default() -> ListTaskExecutionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListTaskExecutionsOutputBuilder
impl PartialEq for ListTaskExecutionsOutputBuilder
source§fn eq(&self, other: &ListTaskExecutionsOutputBuilder) -> bool
fn eq(&self, other: &ListTaskExecutionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListTaskExecutionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListTaskExecutionsOutputBuilder
impl Send for ListTaskExecutionsOutputBuilder
impl Sync for ListTaskExecutionsOutputBuilder
impl Unpin for ListTaskExecutionsOutputBuilder
impl UnwindSafe for ListTaskExecutionsOutputBuilder
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