#[non_exhaustive]pub struct SnapshotJobResultBuilder { /* private fields */ }Expand description
A builder for SnapshotJobResult.
Implementations§
source§impl SnapshotJobResultBuilder
impl SnapshotJobResultBuilder
sourcepub fn anonymous_users(self, input: AnonymousUserSnapshotJobResult) -> Self
pub fn anonymous_users(self, input: AnonymousUserSnapshotJobResult) -> Self
Appends an item to anonymous_users.
To override the contents of this collection use set_anonymous_users.
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.
sourcepub fn set_anonymous_users(
self,
input: Option<Vec<AnonymousUserSnapshotJobResult>>
) -> Self
pub fn set_anonymous_users( self, input: Option<Vec<AnonymousUserSnapshotJobResult>> ) -> Self
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.
sourcepub fn get_anonymous_users(
&self
) -> &Option<Vec<AnonymousUserSnapshotJobResult>>
pub fn get_anonymous_users( &self ) -> &Option<Vec<AnonymousUserSnapshotJobResult>>
A list of AnonymousUserSnapshotJobResult objects that contain information on anonymous users and their user configurations. This data provided by you when you make a StartDashboardSnapshotJob API call.
sourcepub fn build(self) -> SnapshotJobResult
pub fn build(self) -> SnapshotJobResult
Consumes the builder and constructs a SnapshotJobResult.
Trait Implementations§
source§impl Clone for SnapshotJobResultBuilder
impl Clone for SnapshotJobResultBuilder
source§fn clone(&self) -> SnapshotJobResultBuilder
fn clone(&self) -> SnapshotJobResultBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for SnapshotJobResultBuilder
impl Debug for SnapshotJobResultBuilder
source§impl Default for SnapshotJobResultBuilder
impl Default for SnapshotJobResultBuilder
source§fn default() -> SnapshotJobResultBuilder
fn default() -> SnapshotJobResultBuilder
source§impl PartialEq for SnapshotJobResultBuilder
impl PartialEq for SnapshotJobResultBuilder
source§fn eq(&self, other: &SnapshotJobResultBuilder) -> bool
fn eq(&self, other: &SnapshotJobResultBuilder) -> bool
self and other values to be equal, and is used
by ==.