Struct aws_sdk_devopsguru::operation::list_organization_insights::builders::ListOrganizationInsightsOutputBuilder
source · #[non_exhaustive]pub struct ListOrganizationInsightsOutputBuilder { /* private fields */ }Expand description
A builder for ListOrganizationInsightsOutput.
Implementations§
source§impl ListOrganizationInsightsOutputBuilder
impl ListOrganizationInsightsOutputBuilder
sourcepub fn proactive_insights(
self,
input: ProactiveOrganizationInsightSummary
) -> Self
pub fn proactive_insights( self, input: ProactiveOrganizationInsightSummary ) -> Self
Appends an item to proactive_insights.
To override the contents of this collection use set_proactive_insights.
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
sourcepub fn set_proactive_insights(
self,
input: Option<Vec<ProactiveOrganizationInsightSummary>>
) -> Self
pub fn set_proactive_insights( self, input: Option<Vec<ProactiveOrganizationInsightSummary>> ) -> Self
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
sourcepub fn get_proactive_insights(
&self
) -> &Option<Vec<ProactiveOrganizationInsightSummary>>
pub fn get_proactive_insights( &self ) -> &Option<Vec<ProactiveOrganizationInsightSummary>>
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
sourcepub fn reactive_insights(
self,
input: ReactiveOrganizationInsightSummary
) -> Self
pub fn reactive_insights( self, input: ReactiveOrganizationInsightSummary ) -> Self
Appends an item to reactive_insights.
To override the contents of this collection use set_reactive_insights.
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
sourcepub fn set_reactive_insights(
self,
input: Option<Vec<ReactiveOrganizationInsightSummary>>
) -> Self
pub fn set_reactive_insights( self, input: Option<Vec<ReactiveOrganizationInsightSummary>> ) -> Self
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
sourcepub fn get_reactive_insights(
&self
) -> &Option<Vec<ReactiveOrganizationInsightSummary>>
pub fn get_reactive_insights( &self ) -> &Option<Vec<ReactiveOrganizationInsightSummary>>
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
sourcepub fn build(self) -> ListOrganizationInsightsOutput
pub fn build(self) -> ListOrganizationInsightsOutput
Consumes the builder and constructs a ListOrganizationInsightsOutput.
Trait Implementations§
source§impl Clone for ListOrganizationInsightsOutputBuilder
impl Clone for ListOrganizationInsightsOutputBuilder
source§fn clone(&self) -> ListOrganizationInsightsOutputBuilder
fn clone(&self) -> ListOrganizationInsightsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListOrganizationInsightsOutputBuilder
impl Default for ListOrganizationInsightsOutputBuilder
source§fn default() -> ListOrganizationInsightsOutputBuilder
fn default() -> ListOrganizationInsightsOutputBuilder
source§impl PartialEq for ListOrganizationInsightsOutputBuilder
impl PartialEq for ListOrganizationInsightsOutputBuilder
source§fn eq(&self, other: &ListOrganizationInsightsOutputBuilder) -> bool
fn eq(&self, other: &ListOrganizationInsightsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.