#[non_exhaustive]pub struct AnalyticsIntentGroupByKeyBuilder { /* private fields */ }
Expand description
A builder for AnalyticsIntentGroupByKey
.
Implementations§
source§impl AnalyticsIntentGroupByKeyBuilder
impl AnalyticsIntentGroupByKeyBuilder
sourcepub fn name(self, input: AnalyticsIntentField) -> Self
pub fn name(self, input: AnalyticsIntentField) -> Self
A category by which the intent analytics were grouped.
sourcepub fn set_name(self, input: Option<AnalyticsIntentField>) -> Self
pub fn set_name(self, input: Option<AnalyticsIntentField>) -> Self
A category by which the intent analytics were grouped.
sourcepub fn get_name(&self) -> &Option<AnalyticsIntentField>
pub fn get_name(&self) -> &Option<AnalyticsIntentField>
A category by which the intent analytics were grouped.
sourcepub fn value(self, input: impl Into<String>) -> Self
pub fn value(self, input: impl Into<String>) -> Self
A member of the category by which the intent analytics were grouped.
sourcepub fn set_value(self, input: Option<String>) -> Self
pub fn set_value(self, input: Option<String>) -> Self
A member of the category by which the intent analytics were grouped.
sourcepub fn get_value(&self) -> &Option<String>
pub fn get_value(&self) -> &Option<String>
A member of the category by which the intent analytics were grouped.
sourcepub fn build(self) -> AnalyticsIntentGroupByKey
pub fn build(self) -> AnalyticsIntentGroupByKey
Consumes the builder and constructs a AnalyticsIntentGroupByKey
.
Trait Implementations§
source§impl Clone for AnalyticsIntentGroupByKeyBuilder
impl Clone for AnalyticsIntentGroupByKeyBuilder
source§fn clone(&self) -> AnalyticsIntentGroupByKeyBuilder
fn clone(&self) -> AnalyticsIntentGroupByKeyBuilder
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 AnalyticsIntentGroupByKeyBuilder
impl Default for AnalyticsIntentGroupByKeyBuilder
source§fn default() -> AnalyticsIntentGroupByKeyBuilder
fn default() -> AnalyticsIntentGroupByKeyBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AnalyticsIntentGroupByKeyBuilder
impl PartialEq for AnalyticsIntentGroupByKeyBuilder
source§fn eq(&self, other: &AnalyticsIntentGroupByKeyBuilder) -> bool
fn eq(&self, other: &AnalyticsIntentGroupByKeyBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AnalyticsIntentGroupByKeyBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AnalyticsIntentGroupByKeyBuilder
impl Send for AnalyticsIntentGroupByKeyBuilder
impl Sync for AnalyticsIntentGroupByKeyBuilder
impl Unpin for AnalyticsIntentGroupByKeyBuilder
impl UnwindSafe for AnalyticsIntentGroupByKeyBuilder
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> 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>
Creates a shared type from an unshared type.