Struct aws_sdk_inspector2::operation::get_configuration::builders::GetConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GetConfigurationOutput
.
Implementations§
source§impl GetConfigurationOutputBuilder
impl GetConfigurationOutputBuilder
sourcepub fn ecr_configuration(self, input: EcrConfigurationState) -> Self
pub fn ecr_configuration(self, input: EcrConfigurationState) -> Self
Specifies how the ECR automated re-scan duration is currently configured for your environment.
sourcepub fn set_ecr_configuration(self, input: Option<EcrConfigurationState>) -> Self
pub fn set_ecr_configuration(self, input: Option<EcrConfigurationState>) -> Self
Specifies how the ECR automated re-scan duration is currently configured for your environment.
sourcepub fn get_ecr_configuration(&self) -> &Option<EcrConfigurationState>
pub fn get_ecr_configuration(&self) -> &Option<EcrConfigurationState>
Specifies how the ECR automated re-scan duration is currently configured for your environment.
sourcepub fn build(self) -> GetConfigurationOutput
pub fn build(self) -> GetConfigurationOutput
Consumes the builder and constructs a GetConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetConfigurationOutputBuilder
impl Clone for GetConfigurationOutputBuilder
source§fn clone(&self) -> GetConfigurationOutputBuilder
fn clone(&self) -> GetConfigurationOutputBuilder
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 Default for GetConfigurationOutputBuilder
impl Default for GetConfigurationOutputBuilder
source§fn default() -> GetConfigurationOutputBuilder
fn default() -> GetConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetConfigurationOutputBuilder
impl PartialEq for GetConfigurationOutputBuilder
source§fn eq(&self, other: &GetConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetConfigurationOutputBuilder
impl Send for GetConfigurationOutputBuilder
impl Sync for GetConfigurationOutputBuilder
impl Unpin for GetConfigurationOutputBuilder
impl UnwindSafe for GetConfigurationOutputBuilder
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.