Struct aws_sdk_migrationhub::operation::describe_migration_task::builders::DescribeMigrationTaskFluentBuilder
source · pub struct DescribeMigrationTaskFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeMigrationTask.
Retrieves a list of all attributes associated with a specific migration task.
Implementations§
source§impl DescribeMigrationTaskFluentBuilder
impl DescribeMigrationTaskFluentBuilder
sourcepub fn as_input(&self) -> &DescribeMigrationTaskInputBuilder
pub fn as_input(&self) -> &DescribeMigrationTaskInputBuilder
Access the DescribeMigrationTask as a reference.
sourcepub async fn send(
self
) -> Result<DescribeMigrationTaskOutput, SdkError<DescribeMigrationTaskError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeMigrationTaskOutput, SdkError<DescribeMigrationTaskError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeMigrationTaskOutput, DescribeMigrationTaskError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeMigrationTaskOutput, DescribeMigrationTaskError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn progress_update_stream(self, input: impl Into<String>) -> Self
pub fn progress_update_stream(self, input: impl Into<String>) -> Self
The name of the ProgressUpdateStream.
sourcepub fn set_progress_update_stream(self, input: Option<String>) -> Self
pub fn set_progress_update_stream(self, input: Option<String>) -> Self
The name of the ProgressUpdateStream.
sourcepub fn get_progress_update_stream(&self) -> &Option<String>
pub fn get_progress_update_stream(&self) -> &Option<String>
The name of the ProgressUpdateStream.
sourcepub fn migration_task_name(self, input: impl Into<String>) -> Self
pub fn migration_task_name(self, input: impl Into<String>) -> Self
The identifier given to the MigrationTask. Do not store personal data in this field.
sourcepub fn set_migration_task_name(self, input: Option<String>) -> Self
pub fn set_migration_task_name(self, input: Option<String>) -> Self
The identifier given to the MigrationTask. Do not store personal data in this field.
sourcepub fn get_migration_task_name(&self) -> &Option<String>
pub fn get_migration_task_name(&self) -> &Option<String>
The identifier given to the MigrationTask. Do not store personal data in this field.
Trait Implementations§
source§impl Clone for DescribeMigrationTaskFluentBuilder
impl Clone for DescribeMigrationTaskFluentBuilder
source§fn clone(&self) -> DescribeMigrationTaskFluentBuilder
fn clone(&self) -> DescribeMigrationTaskFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more