Struct aws_sdk_migrationhub::operation::list_created_artifacts::builders::ListCreatedArtifactsInputBuilder
source · #[non_exhaustive]pub struct ListCreatedArtifactsInputBuilder { /* private fields */ }Expand description
A builder for ListCreatedArtifactsInput.
Implementations§
source§impl ListCreatedArtifactsInputBuilder
impl ListCreatedArtifactsInputBuilder
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
Unique identifier that references the migration task. 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
Unique identifier that references the migration task. 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>
Unique identifier that references the migration task. Do not store personal data in this field.
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
Maximum number of results to be returned per page.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
Maximum number of results to be returned per page.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
Maximum number of results to be returned per page.
sourcepub fn build(self) -> Result<ListCreatedArtifactsInput, BuildError>
pub fn build(self) -> Result<ListCreatedArtifactsInput, BuildError>
Consumes the builder and constructs a ListCreatedArtifactsInput.
source§impl ListCreatedArtifactsInputBuilder
impl ListCreatedArtifactsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListCreatedArtifactsOutput, SdkError<ListCreatedArtifactsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListCreatedArtifactsOutput, SdkError<ListCreatedArtifactsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListCreatedArtifactsInputBuilder
impl Clone for ListCreatedArtifactsInputBuilder
source§fn clone(&self) -> ListCreatedArtifactsInputBuilder
fn clone(&self) -> ListCreatedArtifactsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListCreatedArtifactsInputBuilder
impl Default for ListCreatedArtifactsInputBuilder
source§fn default() -> ListCreatedArtifactsInputBuilder
fn default() -> ListCreatedArtifactsInputBuilder
source§impl PartialEq<ListCreatedArtifactsInputBuilder> for ListCreatedArtifactsInputBuilder
impl PartialEq<ListCreatedArtifactsInputBuilder> for ListCreatedArtifactsInputBuilder
source§fn eq(&self, other: &ListCreatedArtifactsInputBuilder) -> bool
fn eq(&self, other: &ListCreatedArtifactsInputBuilder) -> bool
self and other values to be equal, and is used
by ==.