Struct aws_sdk_ecr::operation::batch_check_layer_availability::BatchCheckLayerAvailabilityInput
source · #[non_exhaustive]pub struct BatchCheckLayerAvailabilityInput { /* private fields */ }
Implementations§
source§impl BatchCheckLayerAvailabilityInput
impl BatchCheckLayerAvailabilityInput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the repository that is associated with the image layers to check.
sourcepub fn layer_digests(&self) -> Option<&[String]>
pub fn layer_digests(&self) -> Option<&[String]>
The digests of the image layers to check.
source§impl BatchCheckLayerAvailabilityInput
impl BatchCheckLayerAvailabilityInput
sourcepub fn builder() -> BatchCheckLayerAvailabilityInputBuilder
pub fn builder() -> BatchCheckLayerAvailabilityInputBuilder
Creates a new builder-style object to manufacture BatchCheckLayerAvailabilityInput
.
source§impl BatchCheckLayerAvailabilityInput
impl BatchCheckLayerAvailabilityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchCheckLayerAvailability, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchCheckLayerAvailability, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchCheckLayerAvailability
>
Trait Implementations§
source§impl Clone for BatchCheckLayerAvailabilityInput
impl Clone for BatchCheckLayerAvailabilityInput
source§fn clone(&self) -> BatchCheckLayerAvailabilityInput
fn clone(&self) -> BatchCheckLayerAvailabilityInput
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 PartialEq<BatchCheckLayerAvailabilityInput> for BatchCheckLayerAvailabilityInput
impl PartialEq<BatchCheckLayerAvailabilityInput> for BatchCheckLayerAvailabilityInput
source§fn eq(&self, other: &BatchCheckLayerAvailabilityInput) -> bool
fn eq(&self, other: &BatchCheckLayerAvailabilityInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.