Struct aws_sdk_chime::input::CreateBotInput
source · #[non_exhaustive]pub struct CreateBotInput { /* private fields */ }
Implementations§
source§impl CreateBotInput
impl CreateBotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBot
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBotInput
.
Trait Implementations§
source§impl Clone for CreateBotInput
impl Clone for CreateBotInput
source§fn clone(&self) -> CreateBotInput
fn clone(&self) -> CreateBotInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateBotInput
impl Debug for CreateBotInput
source§impl PartialEq<CreateBotInput> for CreateBotInput
impl PartialEq<CreateBotInput> for CreateBotInput
source§fn eq(&self, other: &CreateBotInput) -> bool
fn eq(&self, other: &CreateBotInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.