#[non_exhaustive]pub struct GetInsightsOutputBuilder { /* private fields */ }Expand description
A builder for GetInsightsOutput.
Implementations§
source§impl GetInsightsOutputBuilder
impl GetInsightsOutputBuilder
sourcepub fn insights(self, input: Insights) -> Self
pub fn insights(self, input: Insights) -> Self
The analytics data that the GetInsights API returned.
sourcepub fn set_insights(self, input: Option<Insights>) -> Self
pub fn set_insights(self, input: Option<Insights>) -> Self
The analytics data that the GetInsights API returned.
sourcepub fn build(self) -> GetInsightsOutput
pub fn build(self) -> GetInsightsOutput
Consumes the builder and constructs a GetInsightsOutput.
Trait Implementations§
source§impl Clone for GetInsightsOutputBuilder
impl Clone for GetInsightsOutputBuilder
source§fn clone(&self) -> GetInsightsOutputBuilder
fn clone(&self) -> GetInsightsOutputBuilder
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 Debug for GetInsightsOutputBuilder
impl Debug for GetInsightsOutputBuilder
source§impl Default for GetInsightsOutputBuilder
impl Default for GetInsightsOutputBuilder
source§fn default() -> GetInsightsOutputBuilder
fn default() -> GetInsightsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetInsightsOutputBuilder> for GetInsightsOutputBuilder
impl PartialEq<GetInsightsOutputBuilder> for GetInsightsOutputBuilder
source§fn eq(&self, other: &GetInsightsOutputBuilder) -> bool
fn eq(&self, other: &GetInsightsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.