#[non_exhaustive]pub struct ListCasesForContactInput { /* private fields */ }
Implementations
sourceimpl ListCasesForContactInput
impl ListCasesForContactInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCasesForContact, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCasesForContact, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCasesForContact
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCasesForContactInput
.
sourceimpl ListCasesForContactInput
impl ListCasesForContactInput
sourcepub fn contact_arn(&self) -> Option<&str>
pub fn contact_arn(&self) -> Option<&str>
A unique identifier of a contact in Amazon Connect.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return per page.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Trait Implementations
sourceimpl Clone for ListCasesForContactInput
impl Clone for ListCasesForContactInput
sourcefn clone(&self) -> ListCasesForContactInput
fn clone(&self) -> ListCasesForContactInput
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 ListCasesForContactInput
impl Debug for ListCasesForContactInput
sourceimpl PartialEq<ListCasesForContactInput> for ListCasesForContactInput
impl PartialEq<ListCasesForContactInput> for ListCasesForContactInput
sourcefn eq(&self, other: &ListCasesForContactInput) -> bool
fn eq(&self, other: &ListCasesForContactInput) -> bool
impl StructuralPartialEq for ListCasesForContactInput
Auto Trait Implementations
impl RefUnwindSafe for ListCasesForContactInput
impl Send for ListCasesForContactInput
impl Sync for ListCasesForContactInput
impl Unpin for ListCasesForContactInput
impl UnwindSafe for ListCasesForContactInput
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