Struct aws_sdk_migrationhub::operation::list_progress_update_streams::builders::ListProgressUpdateStreamsInputBuilder    
source · #[non_exhaustive]pub struct ListProgressUpdateStreamsInputBuilder { /* private fields */ }Expand description
A builder for ListProgressUpdateStreamsInput.
Implementations§
source§impl ListProgressUpdateStreamsInputBuilder
 
impl ListProgressUpdateStreamsInputBuilder
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 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 build(self) -> Result<ListProgressUpdateStreamsInput, BuildError>
 
pub fn build(self) -> Result<ListProgressUpdateStreamsInput, BuildError>
Consumes the builder and constructs a ListProgressUpdateStreamsInput.
Trait Implementations§
source§impl Clone for ListProgressUpdateStreamsInputBuilder
 
impl Clone for ListProgressUpdateStreamsInputBuilder
source§fn clone(&self) -> ListProgressUpdateStreamsInputBuilder
 
fn clone(&self) -> ListProgressUpdateStreamsInputBuilder
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 ListProgressUpdateStreamsInputBuilder
 
impl Default for ListProgressUpdateStreamsInputBuilder
source§fn default() -> ListProgressUpdateStreamsInputBuilder
 
fn default() -> ListProgressUpdateStreamsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListProgressUpdateStreamsInputBuilder> for ListProgressUpdateStreamsInputBuilder
 
impl PartialEq<ListProgressUpdateStreamsInputBuilder> for ListProgressUpdateStreamsInputBuilder
source§fn eq(&self, other: &ListProgressUpdateStreamsInputBuilder) -> bool
 
fn eq(&self, other: &ListProgressUpdateStreamsInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.