Struct aws_sdk_codeartifact::operation::list_repositories::builders::ListRepositoriesOutputBuilder
source · #[non_exhaustive]pub struct ListRepositoriesOutputBuilder { /* private fields */ }Expand description
A builder for ListRepositoriesOutput.
Implementations§
source§impl ListRepositoriesOutputBuilder
impl ListRepositoriesOutputBuilder
sourcepub fn repositories(self, input: RepositorySummary) -> Self
pub fn repositories(self, input: RepositorySummary) -> Self
Appends an item to repositories.
To override the contents of this collection use set_repositories.
The returned list of RepositorySummary objects.
sourcepub fn set_repositories(self, input: Option<Vec<RepositorySummary>>) -> Self
pub fn set_repositories(self, input: Option<Vec<RepositorySummary>>) -> Self
The returned list of RepositorySummary objects.
sourcepub fn get_repositories(&self) -> &Option<Vec<RepositorySummary>>
pub fn get_repositories(&self) -> &Option<Vec<RepositorySummary>>
The returned list of RepositorySummary objects.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If there are additional results, this is the token for the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If there are additional results, this is the token for the next set of results.
sourcepub fn build(self) -> ListRepositoriesOutput
pub fn build(self) -> ListRepositoriesOutput
Consumes the builder and constructs a ListRepositoriesOutput.
Trait Implementations§
source§impl Clone for ListRepositoriesOutputBuilder
impl Clone for ListRepositoriesOutputBuilder
source§fn clone(&self) -> ListRepositoriesOutputBuilder
fn clone(&self) -> ListRepositoriesOutputBuilder
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 Default for ListRepositoriesOutputBuilder
impl Default for ListRepositoriesOutputBuilder
source§fn default() -> ListRepositoriesOutputBuilder
fn default() -> ListRepositoriesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListRepositoriesOutputBuilder
impl PartialEq for ListRepositoriesOutputBuilder
source§fn eq(&self, other: &ListRepositoriesOutputBuilder) -> bool
fn eq(&self, other: &ListRepositoriesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListRepositoriesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListRepositoriesOutputBuilder
impl Send for ListRepositoriesOutputBuilder
impl Sync for ListRepositoriesOutputBuilder
impl Unpin for ListRepositoriesOutputBuilder
impl UnwindSafe for ListRepositoriesOutputBuilder
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