Struct aws_sdk_ecrpublic::output::batch_check_layer_availability_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BatchCheckLayerAvailabilityOutput
Implementations
Appends an item to layers.
To override the contents of this collection use set_layers.
A list of image layer objects corresponding to the image layer references in the request.
A list of image layer objects corresponding to the image layer references in the request.
Appends an item to failures.
To override the contents of this collection use set_failures.
Any failures associated with the call.
Any failures associated with the call.
Consumes the builder and constructs a BatchCheckLayerAvailabilityOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
