Struct aws_sdk_migrationhub::operation::list_progress_update_streams::builders::ListProgressUpdateStreamsFluentBuilder
source · pub struct ListProgressUpdateStreamsFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ListProgressUpdateStreams.
Lists progress update streams associated with the user account making this call.
Implementations§
source§impl ListProgressUpdateStreamsFluentBuilder
impl ListProgressUpdateStreamsFluentBuilder
sourcepub fn as_input(&self) -> &ListProgressUpdateStreamsInputBuilder
pub fn as_input(&self) -> &ListProgressUpdateStreamsInputBuilder
Access the ListProgressUpdateStreams as a reference.
sourcepub async fn send(
self
) -> Result<ListProgressUpdateStreamsOutput, SdkError<ListProgressUpdateStreamsError, HttpResponse>>
pub async fn send( self ) -> Result<ListProgressUpdateStreamsOutput, SdkError<ListProgressUpdateStreamsError, 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<ListProgressUpdateStreamsOutput, ListProgressUpdateStreamsError, Self>
pub fn customize( self ) -> CustomizableOperation<ListProgressUpdateStreamsOutput, ListProgressUpdateStreamsError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> ListProgressUpdateStreamsPaginator
pub fn into_paginator(self) -> ListProgressUpdateStreamsPaginator
Create a paginator for this request
Paginators are used by calling send().await which returns a PaginationStream.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
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 set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
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 get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
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, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
Filter to limit the maximum number of results to list per page.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Filter to limit the maximum number of results to list per page.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
Filter to limit the maximum number of results to list per page.
Trait Implementations§
source§impl Clone for ListProgressUpdateStreamsFluentBuilder
impl Clone for ListProgressUpdateStreamsFluentBuilder
source§fn clone(&self) -> ListProgressUpdateStreamsFluentBuilder
fn clone(&self) -> ListProgressUpdateStreamsFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more