Struct aws_sdk_applicationdiscovery::operation::describe_import_tasks::builders::DescribeImportTasksOutputBuilder
source · #[non_exhaustive]pub struct DescribeImportTasksOutputBuilder { /* private fields */ }Expand description
A builder for DescribeImportTasksOutput.
Implementations§
source§impl DescribeImportTasksOutputBuilder
impl DescribeImportTasksOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to 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 token to request the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to request the next page of results.
sourcepub fn tasks(self, input: ImportTask) -> Self
pub fn tasks(self, input: ImportTask) -> Self
Appends an item to tasks.
To override the contents of this collection use set_tasks.
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
sourcepub fn set_tasks(self, input: Option<Vec<ImportTask>>) -> Self
pub fn set_tasks(self, input: Option<Vec<ImportTask>>) -> Self
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
sourcepub fn get_tasks(&self) -> &Option<Vec<ImportTask>>
pub fn get_tasks(&self) -> &Option<Vec<ImportTask>>
A returned array of import tasks that match any applied filters, up to the specified number of maximum results.
sourcepub fn build(self) -> DescribeImportTasksOutput
pub fn build(self) -> DescribeImportTasksOutput
Consumes the builder and constructs a DescribeImportTasksOutput.
Trait Implementations§
source§impl Clone for DescribeImportTasksOutputBuilder
impl Clone for DescribeImportTasksOutputBuilder
source§fn clone(&self) -> DescribeImportTasksOutputBuilder
fn clone(&self) -> DescribeImportTasksOutputBuilder
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 DescribeImportTasksOutputBuilder
impl Default for DescribeImportTasksOutputBuilder
source§fn default() -> DescribeImportTasksOutputBuilder
fn default() -> DescribeImportTasksOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeImportTasksOutputBuilder
impl PartialEq for DescribeImportTasksOutputBuilder
source§fn eq(&self, other: &DescribeImportTasksOutputBuilder) -> bool
fn eq(&self, other: &DescribeImportTasksOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeImportTasksOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeImportTasksOutputBuilder
impl Send for DescribeImportTasksOutputBuilder
impl Sync for DescribeImportTasksOutputBuilder
impl Unpin for DescribeImportTasksOutputBuilder
impl UnwindSafe for DescribeImportTasksOutputBuilder
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.