#[non_exhaustive]pub struct StartImageScanOutputBuilder { /* private fields */ }
Expand description
A builder for StartImageScanOutput
.
Implementations§
source§impl StartImageScanOutputBuilder
impl StartImageScanOutputBuilder
sourcepub fn registry_id(self, input: impl Into<String>) -> Self
pub fn registry_id(self, input: impl Into<String>) -> Self
The registry ID associated with the request.
sourcepub fn set_registry_id(self, input: Option<String>) -> Self
pub fn set_registry_id(self, input: Option<String>) -> Self
The registry ID associated with the request.
sourcepub fn get_registry_id(&self) -> &Option<String>
pub fn get_registry_id(&self) -> &Option<String>
The registry ID associated with the request.
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The repository name associated with the request.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The repository name associated with the request.
sourcepub fn get_repository_name(&self) -> &Option<String>
pub fn get_repository_name(&self) -> &Option<String>
The repository name associated with the request.
sourcepub fn image_id(self, input: ImageIdentifier) -> Self
pub fn image_id(self, input: ImageIdentifier) -> Self
An object with identifying information for an image in an Amazon ECR repository.
sourcepub fn set_image_id(self, input: Option<ImageIdentifier>) -> Self
pub fn set_image_id(self, input: Option<ImageIdentifier>) -> Self
An object with identifying information for an image in an Amazon ECR repository.
sourcepub fn get_image_id(&self) -> &Option<ImageIdentifier>
pub fn get_image_id(&self) -> &Option<ImageIdentifier>
An object with identifying information for an image in an Amazon ECR repository.
sourcepub fn image_scan_status(self, input: ImageScanStatus) -> Self
pub fn image_scan_status(self, input: ImageScanStatus) -> Self
The current state of the scan.
sourcepub fn set_image_scan_status(self, input: Option<ImageScanStatus>) -> Self
pub fn set_image_scan_status(self, input: Option<ImageScanStatus>) -> Self
The current state of the scan.
sourcepub fn get_image_scan_status(&self) -> &Option<ImageScanStatus>
pub fn get_image_scan_status(&self) -> &Option<ImageScanStatus>
The current state of the scan.
sourcepub fn build(self) -> StartImageScanOutput
pub fn build(self) -> StartImageScanOutput
Consumes the builder and constructs a StartImageScanOutput
.
Trait Implementations§
source§impl Clone for StartImageScanOutputBuilder
impl Clone for StartImageScanOutputBuilder
source§fn clone(&self) -> StartImageScanOutputBuilder
fn clone(&self) -> StartImageScanOutputBuilder
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 StartImageScanOutputBuilder
impl Debug for StartImageScanOutputBuilder
source§impl Default for StartImageScanOutputBuilder
impl Default for StartImageScanOutputBuilder
source§fn default() -> StartImageScanOutputBuilder
fn default() -> StartImageScanOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartImageScanOutputBuilder
impl PartialEq for StartImageScanOutputBuilder
source§fn eq(&self, other: &StartImageScanOutputBuilder) -> bool
fn eq(&self, other: &StartImageScanOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartImageScanOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartImageScanOutputBuilder
impl Send for StartImageScanOutputBuilder
impl Sync for StartImageScanOutputBuilder
impl Unpin for StartImageScanOutputBuilder
impl UnwindSafe for StartImageScanOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.