#[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 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 build(self) -> ListObjectsOutput
pub fn build(self) -> ListObjectsOutput
Consumes the builder and constructs a ListObjectsOutput
.
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<ListObjectsOutputBuilder> for ListObjectsOutputBuilder
impl PartialEq<ListObjectsOutputBuilder> 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 ==
.