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 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 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<ListTaskExecutionsOutputBuilder> for ListTaskExecutionsOutputBuilder
impl PartialEq<ListTaskExecutionsOutputBuilder> 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 ==
.