Struct aws_sdk_lexmodelsv2::operation::list_bot_version_replicas::builders::ListBotVersionReplicasFluentBuilder
source · pub struct ListBotVersionReplicasFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to ListBotVersionReplicas.
Contains information about all the versions replication statuses applicable for Global Resiliency.
Implementations§
source§impl ListBotVersionReplicasFluentBuilder
impl ListBotVersionReplicasFluentBuilder
sourcepub fn as_input(&self) -> &ListBotVersionReplicasInputBuilder
pub fn as_input(&self) -> &ListBotVersionReplicasInputBuilder
Access the ListBotVersionReplicas as a reference.
sourcepub async fn send(
self
) -> Result<ListBotVersionReplicasOutput, SdkError<ListBotVersionReplicasError, HttpResponse>>
pub async fn send( self ) -> Result<ListBotVersionReplicasOutput, SdkError<ListBotVersionReplicasError, 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<ListBotVersionReplicasOutput, ListBotVersionReplicasError, Self>
pub fn customize( self ) -> CustomizableOperation<ListBotVersionReplicasOutput, ListBotVersionReplicasError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> ListBotVersionReplicasPaginator
pub fn into_paginator(self) -> ListBotVersionReplicasPaginator
Create a paginator for this request
Paginators are used by calling send().await which returns a PaginationStream.
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The request for the unique ID in the list of replicated bots.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The request for the unique ID in the list of replicated bots.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The request for the unique ID in the list of replicated bots.
sourcepub fn replica_region(self, input: impl Into<String>) -> Self
pub fn replica_region(self, input: impl Into<String>) -> Self
The request for the region used in the list of replicated bots.
sourcepub fn set_replica_region(self, input: Option<String>) -> Self
pub fn set_replica_region(self, input: Option<String>) -> Self
The request for the region used in the list of replicated bots.
sourcepub fn get_replica_region(&self) -> &Option<String>
pub fn get_replica_region(&self) -> &Option<String>
The request for the region used in the list of replicated bots.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum results given in the list of replicated bots.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum results given in the list of replicated bots.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum results given in the list of replicated bots.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The next token given in the list of replicated bots.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The next token given in the list of replicated bots.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The next token given in the list of replicated bots.
sourcepub fn sort_by(self, input: BotVersionReplicaSortBy) -> Self
pub fn sort_by(self, input: BotVersionReplicaSortBy) -> Self
The requested sort category for the list of replicated bots.
sourcepub fn set_sort_by(self, input: Option<BotVersionReplicaSortBy>) -> Self
pub fn set_sort_by(self, input: Option<BotVersionReplicaSortBy>) -> Self
The requested sort category for the list of replicated bots.
sourcepub fn get_sort_by(&self) -> &Option<BotVersionReplicaSortBy>
pub fn get_sort_by(&self) -> &Option<BotVersionReplicaSortBy>
The requested sort category for the list of replicated bots.
Trait Implementations§
source§impl Clone for ListBotVersionReplicasFluentBuilder
impl Clone for ListBotVersionReplicasFluentBuilder
source§fn clone(&self) -> ListBotVersionReplicasFluentBuilder
fn clone(&self) -> ListBotVersionReplicasFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more