#[non_exhaustive]pub struct ListUploadsOutputBuilder { /* private fields */ }Expand description
A builder for ListUploadsOutput.
Implementations§
source§impl ListUploadsOutputBuilder
impl ListUploadsOutputBuilder
sourcepub fn uploads(self, input: Upload) -> Self
pub fn uploads(self, input: Upload) -> Self
Appends an item to uploads.
To override the contents of this collection use set_uploads.
Information about the uploads.
sourcepub fn set_uploads(self, input: Option<Vec<Upload>>) -> Self
pub fn set_uploads(self, input: Option<Vec<Upload>>) -> Self
Information about the uploads.
sourcepub fn get_uploads(&self) -> &Option<Vec<Upload>>
pub fn get_uploads(&self) -> &Option<Vec<Upload>>
Information about the uploads.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
sourcepub fn build(self) -> ListUploadsOutput
pub fn build(self) -> ListUploadsOutput
Consumes the builder and constructs a ListUploadsOutput.
Trait Implementations§
source§impl Clone for ListUploadsOutputBuilder
impl Clone for ListUploadsOutputBuilder
source§fn clone(&self) -> ListUploadsOutputBuilder
fn clone(&self) -> ListUploadsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListUploadsOutputBuilder
impl Debug for ListUploadsOutputBuilder
source§impl Default for ListUploadsOutputBuilder
impl Default for ListUploadsOutputBuilder
source§fn default() -> ListUploadsOutputBuilder
fn default() -> ListUploadsOutputBuilder
source§impl PartialEq for ListUploadsOutputBuilder
impl PartialEq for ListUploadsOutputBuilder
source§fn eq(&self, other: &ListUploadsOutputBuilder) -> bool
fn eq(&self, other: &ListUploadsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.