Struct aws_sdk_connectcases::input::GetCaseInput
source · [−]#[non_exhaustive]pub struct GetCaseInput { /* private fields */ }
Implementations
sourceimpl GetCaseInput
impl GetCaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCase
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCaseInput
.
sourceimpl GetCaseInput
impl GetCaseInput
sourcepub fn fields(&self) -> Option<&[FieldIdentifier]>
pub fn fields(&self) -> Option<&[FieldIdentifier]>
A list of unique field identifiers.
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 GetCaseInput
impl Clone for GetCaseInput
sourcefn clone(&self) -> GetCaseInput
fn clone(&self) -> GetCaseInput
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 GetCaseInput
impl Debug for GetCaseInput
sourceimpl PartialEq<GetCaseInput> for GetCaseInput
impl PartialEq<GetCaseInput> for GetCaseInput
sourcefn eq(&self, other: &GetCaseInput) -> bool
fn eq(&self, other: &GetCaseInput) -> bool
impl StructuralPartialEq for GetCaseInput
Auto Trait Implementations
impl RefUnwindSafe for GetCaseInput
impl Send for GetCaseInput
impl Sync for GetCaseInput
impl Unpin for GetCaseInput
impl UnwindSafe for GetCaseInput
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