Struct aws_sdk_migrationhubrefactorspaces::operation::list_services::builders::ListServicesInputBuilder
source · #[non_exhaustive]pub struct ListServicesInputBuilder { /* private fields */ }Expand description
A builder for ListServicesInput.
Implementations§
source§impl ListServicesInputBuilder
impl ListServicesInputBuilder
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.
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.
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<ListServicesInput, BuildError>
pub fn build(self) -> Result<ListServicesInput, BuildError>
Consumes the builder and constructs a ListServicesInput.
source§impl ListServicesInputBuilder
impl ListServicesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListServicesOutput, SdkError<ListServicesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListServicesOutput, SdkError<ListServicesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListServicesInputBuilder
impl Clone for ListServicesInputBuilder
source§fn clone(&self) -> ListServicesInputBuilder
fn clone(&self) -> ListServicesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListServicesInputBuilder
impl Debug for ListServicesInputBuilder
source§impl Default for ListServicesInputBuilder
impl Default for ListServicesInputBuilder
source§fn default() -> ListServicesInputBuilder
fn default() -> ListServicesInputBuilder
source§impl PartialEq<ListServicesInputBuilder> for ListServicesInputBuilder
impl PartialEq<ListServicesInputBuilder> for ListServicesInputBuilder
source§fn eq(&self, other: &ListServicesInputBuilder) -> bool
fn eq(&self, other: &ListServicesInputBuilder) -> bool
self and other values to be equal, and is used
by ==.