#[non_exhaustive]pub struct GetRepositoryEndpointInput { /* private fields */ }
Implementations§
source§impl GetRepositoryEndpointInput
impl GetRepositoryEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepositoryEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRepositoryEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRepositoryEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRepositoryEndpointInput
.
source§impl GetRepositoryEndpointInput
impl GetRepositoryEndpointInput
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 that contains the repository. It does not include dashes or spaces.
sourcepub fn repository(&self) -> Option<&str>
pub fn repository(&self) -> Option<&str>
The name of the repository.
sourcepub fn format(&self) -> Option<&PackageFormat>
pub fn format(&self) -> Option<&PackageFormat>
Returns which endpoint of a repository to return. A repository has one endpoint for each package format.
Trait Implementations§
source§impl Clone for GetRepositoryEndpointInput
impl Clone for GetRepositoryEndpointInput
source§fn clone(&self) -> GetRepositoryEndpointInput
fn clone(&self) -> GetRepositoryEndpointInput
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 GetRepositoryEndpointInput
impl Debug for GetRepositoryEndpointInput
source§impl PartialEq<GetRepositoryEndpointInput> for GetRepositoryEndpointInput
impl PartialEq<GetRepositoryEndpointInput> for GetRepositoryEndpointInput
source§fn eq(&self, other: &GetRepositoryEndpointInput) -> bool
fn eq(&self, other: &GetRepositoryEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.