Struct aws_sdk_backupstorage::input::ListChunksInput
source · [−]#[non_exhaustive]pub struct ListChunksInput { /* private fields */ }
Implementations
sourceimpl ListChunksInput
impl ListChunksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListChunks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListChunks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListChunks
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListChunksInput
.
sourceimpl ListChunksInput
impl ListChunksInput
sourcepub fn storage_job_id(&self) -> Option<&str>
pub fn storage_job_id(&self) -> Option<&str>
Storage job id
sourcepub fn object_token(&self) -> Option<&str>
pub fn object_token(&self) -> Option<&str>
Object token
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
Maximum number of chunks
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token
Trait Implementations
sourceimpl Clone for ListChunksInput
impl Clone for ListChunksInput
sourcefn clone(&self) -> ListChunksInput
fn clone(&self) -> ListChunksInput
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 ListChunksInput
impl Debug for ListChunksInput
sourceimpl PartialEq<ListChunksInput> for ListChunksInput
impl PartialEq<ListChunksInput> for ListChunksInput
sourcefn eq(&self, other: &ListChunksInput) -> bool
fn eq(&self, other: &ListChunksInput) -> bool
impl StructuralPartialEq for ListChunksInput
Auto Trait Implementations
impl RefUnwindSafe for ListChunksInput
impl Send for ListChunksInput
impl Sync for ListChunksInput
impl Unpin for ListChunksInput
impl UnwindSafe for ListChunksInput
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