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 ec2_configuration(self, input: Ec2ConfigurationState) -> Self
pub fn ec2_configuration(self, input: Ec2ConfigurationState) -> Self
Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.
sourcepub fn set_ec2_configuration(self, input: Option<Ec2ConfigurationState>) -> Self
pub fn set_ec2_configuration(self, input: Option<Ec2ConfigurationState>) -> Self
Specifies how the Amazon EC2 automated scan mode is currently configured for your environment.
sourcepub fn get_ec2_configuration(&self) -> &Option<Ec2ConfigurationState>
pub fn get_ec2_configuration(&self) -> &Option<Ec2ConfigurationState>
Specifies how the Amazon EC2 automated scan mode 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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetConfigurationOutputBuilder
Auto Trait Implementations§
impl Freeze for GetConfigurationOutputBuilder
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.