#[non_exhaustive]pub struct ListMigrationTasksInput { /* private fields */ }Implementations§
source§impl ListMigrationTasksInput
impl ListMigrationTasksInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Value to specify how many results are returned per page.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
Filter migration tasks by discovered resource name.
source§impl ListMigrationTasksInput
impl ListMigrationTasksInput
sourcepub fn builder() -> ListMigrationTasksInputBuilder
pub fn builder() -> ListMigrationTasksInputBuilder
Creates a new builder-style object to manufacture ListMigrationTasksInput.
source§impl ListMigrationTasksInput
impl ListMigrationTasksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMigrationTasks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListMigrationTasks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListMigrationTasks>
Trait Implementations§
source§impl Clone for ListMigrationTasksInput
impl Clone for ListMigrationTasksInput
source§fn clone(&self) -> ListMigrationTasksInput
fn clone(&self) -> ListMigrationTasksInput
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 ListMigrationTasksInput
impl Debug for ListMigrationTasksInput
source§impl PartialEq<ListMigrationTasksInput> for ListMigrationTasksInput
impl PartialEq<ListMigrationTasksInput> for ListMigrationTasksInput
source§fn eq(&self, other: &ListMigrationTasksInput) -> bool
fn eq(&self, other: &ListMigrationTasksInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.