Struct aws_sdk_chime::input::ListBotsInput
source · [−]#[non_exhaustive]pub struct ListBotsInput { /* private fields */ }Implementations
sourceimpl ListBotsInput
impl ListBotsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBots, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBots, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBots>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBotsInput.
sourceimpl ListBotsInput
impl ListBotsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call. The default is 10.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results.
Trait Implementations
sourceimpl Clone for ListBotsInput
impl Clone for ListBotsInput
sourcefn clone(&self) -> ListBotsInput
fn clone(&self) -> ListBotsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListBotsInput
impl Debug for ListBotsInput
sourceimpl PartialEq<ListBotsInput> for ListBotsInput
impl PartialEq<ListBotsInput> for ListBotsInput
sourcefn eq(&self, other: &ListBotsInput) -> bool
fn eq(&self, other: &ListBotsInput) -> bool
impl StructuralPartialEq for ListBotsInput
Auto Trait Implementations
impl RefUnwindSafe for ListBotsInput
impl Send for ListBotsInput
impl Sync for ListBotsInput
impl Unpin for ListBotsInput
impl UnwindSafe for ListBotsInput
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