Struct aws_sdk_detective::operation::batch_get_graph_member_datasources::builders::BatchGetGraphMemberDatasourcesOutputBuilder
source · #[non_exhaustive]pub struct BatchGetGraphMemberDatasourcesOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetGraphMemberDatasourcesOutput.
Implementations§
source§impl BatchGetGraphMemberDatasourcesOutputBuilder
impl BatchGetGraphMemberDatasourcesOutputBuilder
sourcepub fn member_datasources(self, input: MembershipDatasources) -> Self
pub fn member_datasources(self, input: MembershipDatasources) -> Self
Appends an item to member_datasources.
To override the contents of this collection use set_member_datasources.
Details on the status of data source packages for members of the behavior graph.
sourcepub fn set_member_datasources(
self,
input: Option<Vec<MembershipDatasources>>
) -> Self
pub fn set_member_datasources( self, input: Option<Vec<MembershipDatasources>> ) -> Self
Details on the status of data source packages for members of the behavior graph.
sourcepub fn get_member_datasources(&self) -> &Option<Vec<MembershipDatasources>>
pub fn get_member_datasources(&self) -> &Option<Vec<MembershipDatasources>>
Details on the status of data source packages for members of the behavior graph.
sourcepub fn unprocessed_accounts(self, input: UnprocessedAccount) -> Self
pub fn unprocessed_accounts(self, input: UnprocessedAccount) -> Self
Appends an item to unprocessed_accounts.
To override the contents of this collection use set_unprocessed_accounts.
Accounts that data source package information could not be retrieved for.
sourcepub fn set_unprocessed_accounts(
self,
input: Option<Vec<UnprocessedAccount>>
) -> Self
pub fn set_unprocessed_accounts( self, input: Option<Vec<UnprocessedAccount>> ) -> Self
Accounts that data source package information could not be retrieved for.
sourcepub fn get_unprocessed_accounts(&self) -> &Option<Vec<UnprocessedAccount>>
pub fn get_unprocessed_accounts(&self) -> &Option<Vec<UnprocessedAccount>>
Accounts that data source package information could not be retrieved for.
sourcepub fn build(self) -> BatchGetGraphMemberDatasourcesOutput
pub fn build(self) -> BatchGetGraphMemberDatasourcesOutput
Consumes the builder and constructs a BatchGetGraphMemberDatasourcesOutput.
Trait Implementations§
source§impl Clone for BatchGetGraphMemberDatasourcesOutputBuilder
impl Clone for BatchGetGraphMemberDatasourcesOutputBuilder
source§fn clone(&self) -> BatchGetGraphMemberDatasourcesOutputBuilder
fn clone(&self) -> BatchGetGraphMemberDatasourcesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BatchGetGraphMemberDatasourcesOutputBuilder
impl Default for BatchGetGraphMemberDatasourcesOutputBuilder
source§fn default() -> BatchGetGraphMemberDatasourcesOutputBuilder
fn default() -> BatchGetGraphMemberDatasourcesOutputBuilder
source§impl PartialEq for BatchGetGraphMemberDatasourcesOutputBuilder
impl PartialEq for BatchGetGraphMemberDatasourcesOutputBuilder
source§fn eq(&self, other: &BatchGetGraphMemberDatasourcesOutputBuilder) -> bool
fn eq(&self, other: &BatchGetGraphMemberDatasourcesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetGraphMemberDatasourcesOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchGetGraphMemberDatasourcesOutputBuilder
impl RefUnwindSafe for BatchGetGraphMemberDatasourcesOutputBuilder
impl Send for BatchGetGraphMemberDatasourcesOutputBuilder
impl Sync for BatchGetGraphMemberDatasourcesOutputBuilder
impl Unpin for BatchGetGraphMemberDatasourcesOutputBuilder
impl UnwindSafe for BatchGetGraphMemberDatasourcesOutputBuilder
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
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>
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>
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 more