Struct aws_sdk_chime::client::fluent_builders::GetBot
source · [−]pub struct GetBot { /* private fields */ }Expand description
Fluent builder constructing a request to GetBot.
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
Implementations
sourceimpl GetBot
impl GetBot
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetBot, AwsResponseRetryClassifier>, SdkError<GetBotError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetBot, AwsResponseRetryClassifier>, SdkError<GetBotError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(self) -> Result<GetBotOutput, SdkError<GetBotError>>
pub async fn send(self) -> Result<GetBotOutput, SdkError<GetBotError>>
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 account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The bot ID.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for GetBot
impl Send for GetBot
impl Sync for GetBot
impl Unpin for GetBot
impl !UnwindSafe for GetBot
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more