#[non_exhaustive]pub struct ListObjectsOutputBuilder { /* private fields */ }
Expand description
A builder for ListObjectsOutput
.
Implementations§
source§impl ListObjectsOutputBuilder
impl ListObjectsOutputBuilder
sourcepub fn object_list(self, input: BackupObject) -> Self
pub fn object_list(self, input: BackupObject) -> Self
Appends an item to object_list
.
To override the contents of this collection use set_object_list
.
Object list
sourcepub fn set_object_list(self, input: Option<Vec<BackupObject>>) -> Self
pub fn set_object_list(self, input: Option<Vec<BackupObject>>) -> Self
Object list
sourcepub fn get_object_list(&self) -> &Option<Vec<BackupObject>>
pub fn get_object_list(&self) -> &Option<Vec<BackupObject>>
Object list
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Pagination token
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Pagination token
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Pagination token
sourcepub fn build(self) -> Result<ListObjectsOutput, BuildError>
pub fn build(self) -> Result<ListObjectsOutput, BuildError>
Consumes the builder and constructs a ListObjectsOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ListObjectsOutputBuilder
impl Clone for ListObjectsOutputBuilder
source§fn clone(&self) -> ListObjectsOutputBuilder
fn clone(&self) -> ListObjectsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListObjectsOutputBuilder
impl Debug for ListObjectsOutputBuilder
source§impl Default for ListObjectsOutputBuilder
impl Default for ListObjectsOutputBuilder
source§fn default() -> ListObjectsOutputBuilder
fn default() -> ListObjectsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListObjectsOutputBuilder
impl PartialEq for ListObjectsOutputBuilder
source§fn eq(&self, other: &ListObjectsOutputBuilder) -> bool
fn eq(&self, other: &ListObjectsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListObjectsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListObjectsOutputBuilder
impl Send for ListObjectsOutputBuilder
impl Sync for ListObjectsOutputBuilder
impl Unpin for ListObjectsOutputBuilder
impl UnwindSafe for ListObjectsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.