Struct aws_sdk_migrationhubrefactorspaces::operation::list_routes::builders::ListRoutesInputBuilder
source · #[non_exhaustive]pub struct ListRoutesInputBuilder { /* private fields */ }Expand description
A builder for ListRoutesInput.
Implementations§
source§impl ListRoutesInputBuilder
impl ListRoutesInputBuilder
sourcepub fn environment_identifier(self, input: impl Into<String>) -> Self
pub fn environment_identifier(self, input: impl Into<String>) -> Self
The ID of the environment.
This field is required.sourcepub fn set_environment_identifier(self, input: Option<String>) -> Self
pub fn set_environment_identifier(self, input: Option<String>) -> Self
The ID of the environment.
sourcepub fn get_environment_identifier(&self) -> &Option<String>
pub fn get_environment_identifier(&self) -> &Option<String>
The ID of the environment.
sourcepub fn application_identifier(self, input: impl Into<String>) -> Self
pub fn application_identifier(self, input: impl Into<String>) -> Self
The ID of the application.
This field is required.sourcepub fn set_application_identifier(self, input: Option<String>) -> Self
pub fn set_application_identifier(self, input: Option<String>) -> Self
The ID of the application.
sourcepub fn get_application_identifier(&self) -> &Option<String>
pub fn get_application_identifier(&self) -> &Option<String>
The ID of the application.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token for the next page of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token for the next page of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token for the next page of results.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
sourcepub fn build(self) -> Result<ListRoutesInput, BuildError>
pub fn build(self) -> Result<ListRoutesInput, BuildError>
Consumes the builder and constructs a ListRoutesInput.
source§impl ListRoutesInputBuilder
impl ListRoutesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListRoutesOutput, SdkError<ListRoutesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListRoutesOutput, SdkError<ListRoutesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListRoutesInputBuilder
impl Clone for ListRoutesInputBuilder
source§fn clone(&self) -> ListRoutesInputBuilder
fn clone(&self) -> ListRoutesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListRoutesInputBuilder
impl Debug for ListRoutesInputBuilder
source§impl Default for ListRoutesInputBuilder
impl Default for ListRoutesInputBuilder
source§fn default() -> ListRoutesInputBuilder
fn default() -> ListRoutesInputBuilder
source§impl PartialEq for ListRoutesInputBuilder
impl PartialEq for ListRoutesInputBuilder
source§fn eq(&self, other: &ListRoutesInputBuilder) -> bool
fn eq(&self, other: &ListRoutesInputBuilder) -> bool
self and other values to be equal, and is used
by ==.