#[non_exhaustive]pub struct BatchCheckLayerAvailabilityInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCheckLayerAvailabilityInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for BatchCheckLayerAvailabilityInput
impl Clone for BatchCheckLayerAvailabilityInput
sourcefn clone(&self) -> BatchCheckLayerAvailabilityInput
fn clone(&self) -> BatchCheckLayerAvailabilityInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<BatchCheckLayerAvailabilityInput> for BatchCheckLayerAvailabilityInput
impl PartialEq<BatchCheckLayerAvailabilityInput> for BatchCheckLayerAvailabilityInput
sourcefn eq(&self, other: &BatchCheckLayerAvailabilityInput) -> bool
fn eq(&self, other: &BatchCheckLayerAvailabilityInput) -> bool
impl StructuralPartialEq for BatchCheckLayerAvailabilityInput
Auto Trait Implementations
impl RefUnwindSafe for BatchCheckLayerAvailabilityInput
impl Send for BatchCheckLayerAvailabilityInput
impl Sync for BatchCheckLayerAvailabilityInput
impl Unpin for BatchCheckLayerAvailabilityInput
impl UnwindSafe for BatchCheckLayerAvailabilityInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more