Struct aws_sdk_migrationhub::operation::list_migration_tasks::builders::ListMigrationTasksOutputBuilder
source · #[non_exhaustive]pub struct ListMigrationTasksOutputBuilder { /* private fields */ }Expand description
A builder for ListMigrationTasksOutput.
Implementations§
source§impl ListMigrationTasksOutputBuilder
impl ListMigrationTasksOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If there are more migration tasks than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
sourcepub fn migration_task_summary_list(self, input: MigrationTaskSummary) -> Self
pub fn migration_task_summary_list(self, input: MigrationTaskSummary) -> Self
Appends an item to migration_task_summary_list.
To override the contents of this collection use set_migration_task_summary_list.
Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
sourcepub fn set_migration_task_summary_list(
self,
input: Option<Vec<MigrationTaskSummary>>
) -> Self
pub fn set_migration_task_summary_list( self, input: Option<Vec<MigrationTaskSummary>> ) -> Self
Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
sourcepub fn get_migration_task_summary_list(
&self
) -> &Option<Vec<MigrationTaskSummary>>
pub fn get_migration_task_summary_list( &self ) -> &Option<Vec<MigrationTaskSummary>>
Lists the migration task's summary which includes: MigrationTaskName, ProgressPercent, ProgressUpdateStream, Status, and the UpdateDateTime for each task.
sourcepub fn build(self) -> ListMigrationTasksOutput
pub fn build(self) -> ListMigrationTasksOutput
Consumes the builder and constructs a ListMigrationTasksOutput.
Trait Implementations§
source§impl Clone for ListMigrationTasksOutputBuilder
impl Clone for ListMigrationTasksOutputBuilder
source§fn clone(&self) -> ListMigrationTasksOutputBuilder
fn clone(&self) -> ListMigrationTasksOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListMigrationTasksOutputBuilder
impl Default for ListMigrationTasksOutputBuilder
source§fn default() -> ListMigrationTasksOutputBuilder
fn default() -> ListMigrationTasksOutputBuilder
source§impl PartialEq for ListMigrationTasksOutputBuilder
impl PartialEq for ListMigrationTasksOutputBuilder
source§fn eq(&self, other: &ListMigrationTasksOutputBuilder) -> bool
fn eq(&self, other: &ListMigrationTasksOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.