#[non_exhaustive]pub struct ListRepositoriesInDomainInput { /* private fields */ }
Implementations§
source§impl ListRepositoriesInDomainInput
impl ListRepositoriesInDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRepositoriesInDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRepositoriesInDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRepositoriesInDomain
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRepositoriesInDomainInput
.
source§impl ListRepositoriesInDomainInput
impl ListRepositoriesInDomainInput
sourcepub fn domain(&self) -> Option<&str>
pub fn domain(&self) -> Option<&str>
The name of the domain that contains the returned list of repositories.
sourcepub fn domain_owner(&self) -> Option<&str>
pub fn domain_owner(&self) -> Option<&str>
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn administrator_account(&self) -> Option<&str>
pub fn administrator_account(&self) -> Option<&str>
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
sourcepub fn repository_prefix(&self) -> Option<&str>
pub fn repository_prefix(&self) -> Option<&str>
A prefix used to filter returned repositories. Only repositories with names that start with repositoryPrefix
are returned.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return per page.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Trait Implementations§
source§impl Clone for ListRepositoriesInDomainInput
impl Clone for ListRepositoriesInDomainInput
source§fn clone(&self) -> ListRepositoriesInDomainInput
fn clone(&self) -> ListRepositoriesInDomainInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ListRepositoriesInDomainInput> for ListRepositoriesInDomainInput
impl PartialEq<ListRepositoriesInDomainInput> for ListRepositoriesInDomainInput
source§fn eq(&self, other: &ListRepositoriesInDomainInput) -> bool
fn eq(&self, other: &ListRepositoriesInDomainInput) -> bool
self
and other
values to be equal, and is used
by ==
.