pub struct Builder { /* private fields */ }
Expand description
A builder for ListRepositoriesOutput
.
Implementations§
source§impl Builder
impl Builder
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 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 build(self) -> ListRepositoriesOutput
pub fn build(self) -> ListRepositoriesOutput
Consumes the builder and constructs a ListRepositoriesOutput
.