Struct aws_sdk_chime::input::ListAttendeesInput
source · [−]#[non_exhaustive]pub struct ListAttendeesInput { /* private fields */ }Implementations
sourceimpl ListAttendeesInput
impl ListAttendeesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAttendees, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAttendees, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAttendees>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAttendeesInput.
sourceimpl ListAttendeesInput
impl ListAttendeesInput
sourcepub fn meeting_id(&self) -> Option<&str>
pub fn meeting_id(&self) -> Option<&str>
The Amazon Chime SDK meeting ID.
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.
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.
Trait Implementations
sourceimpl Clone for ListAttendeesInput
impl Clone for ListAttendeesInput
sourcefn clone(&self) -> ListAttendeesInput
fn clone(&self) -> ListAttendeesInput
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 ListAttendeesInput
impl Debug for ListAttendeesInput
sourceimpl PartialEq<ListAttendeesInput> for ListAttendeesInput
impl PartialEq<ListAttendeesInput> for ListAttendeesInput
sourcefn eq(&self, other: &ListAttendeesInput) -> bool
fn eq(&self, other: &ListAttendeesInput) -> bool
impl StructuralPartialEq for ListAttendeesInput
Auto Trait Implementations
impl RefUnwindSafe for ListAttendeesInput
impl Send for ListAttendeesInput
impl Sync for ListAttendeesInput
impl Unpin for ListAttendeesInput
impl UnwindSafe for ListAttendeesInput
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