Struct aws_sdk_securitylake::operation::create_aws_log_source::builders::CreateAwsLogSourceOutputBuilder
source · #[non_exhaustive]pub struct CreateAwsLogSourceOutputBuilder { /* private fields */ }Expand description
A builder for CreateAwsLogSourceOutput.
Implementations§
source§impl CreateAwsLogSourceOutputBuilder
impl CreateAwsLogSourceOutputBuilder
sourcepub fn failed(self, input: impl Into<String>) -> Self
pub fn failed(self, input: impl Into<String>) -> Self
Appends an item to failed.
To override the contents of this collection use set_failed.
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
sourcepub fn set_failed(self, input: Option<Vec<String>>) -> Self
pub fn set_failed(self, input: Option<Vec<String>>) -> Self
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
sourcepub fn get_failed(&self) -> &Option<Vec<String>>
pub fn get_failed(&self) -> &Option<Vec<String>>
Lists all accounts in which enabling a natively supported Amazon Web Service as a Security Lake source failed. The failure occurred as these accounts are not part of an organization.
sourcepub fn build(self) -> CreateAwsLogSourceOutput
pub fn build(self) -> CreateAwsLogSourceOutput
Consumes the builder and constructs a CreateAwsLogSourceOutput.
Trait Implementations§
source§impl Clone for CreateAwsLogSourceOutputBuilder
impl Clone for CreateAwsLogSourceOutputBuilder
source§fn clone(&self) -> CreateAwsLogSourceOutputBuilder
fn clone(&self) -> CreateAwsLogSourceOutputBuilder
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 CreateAwsLogSourceOutputBuilder
impl Default for CreateAwsLogSourceOutputBuilder
source§fn default() -> CreateAwsLogSourceOutputBuilder
fn default() -> CreateAwsLogSourceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateAwsLogSourceOutputBuilder
impl PartialEq for CreateAwsLogSourceOutputBuilder
source§fn eq(&self, other: &CreateAwsLogSourceOutputBuilder) -> bool
fn eq(&self, other: &CreateAwsLogSourceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAwsLogSourceOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateAwsLogSourceOutputBuilder
impl RefUnwindSafe for CreateAwsLogSourceOutputBuilder
impl Send for CreateAwsLogSourceOutputBuilder
impl Sync for CreateAwsLogSourceOutputBuilder
impl Unpin for CreateAwsLogSourceOutputBuilder
impl UnwindSafe for CreateAwsLogSourceOutputBuilder
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.