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 ==
.