Struct aws_sdk_devopsguru::operation::list_organization_insights::builders::ListOrganizationInsightsInputBuilder
source · #[non_exhaustive]pub struct ListOrganizationInsightsInputBuilder { /* private fields */ }
Expand description
A builder for ListOrganizationInsightsInput
.
Implementations§
source§impl ListOrganizationInsightsInputBuilder
impl ListOrganizationInsightsInputBuilder
sourcepub fn status_filter(self, input: ListInsightsStatusFilter) -> Self
pub fn status_filter(self, input: ListInsightsStatusFilter) -> Self
A filter used by ListInsights
to specify which insights to return.
sourcepub fn set_status_filter(self, input: Option<ListInsightsStatusFilter>) -> Self
pub fn set_status_filter(self, input: Option<ListInsightsStatusFilter>) -> Self
A filter used by ListInsights
to specify which insights to return.
sourcepub fn get_status_filter(&self) -> &Option<ListInsightsStatusFilter>
pub fn get_status_filter(&self) -> &Option<ListInsightsStatusFilter>
A filter used by ListInsights
to specify which insights to return.
sourcepub fn max_results(self, input: i32) -> Self
pub fn max_results(self, input: i32) -> Self
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
sourcepub fn set_max_results(self, input: Option<i32>) -> Self
pub fn set_max_results(self, input: Option<i32>) -> Self
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
sourcepub fn get_max_results(&self) -> &Option<i32>
pub fn get_max_results(&self) -> &Option<i32>
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken
value.
sourcepub fn account_ids(self, input: impl Into<String>) -> Self
pub fn account_ids(self, input: impl Into<String>) -> Self
Appends an item to account_ids
.
To override the contents of this collection use set_account_ids
.
The ID of the Amazon Web Services account.
sourcepub fn set_account_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_account_ids(self, input: Option<Vec<String>>) -> Self
The ID of the Amazon Web Services account.
sourcepub fn get_account_ids(&self) -> &Option<Vec<String>>
pub fn get_account_ids(&self) -> &Option<Vec<String>>
The ID of the Amazon Web Services account.
sourcepub fn organizational_unit_ids(self, input: impl Into<String>) -> Self
pub fn organizational_unit_ids(self, input: impl Into<String>) -> Self
Appends an item to organizational_unit_ids
.
To override the contents of this collection use set_organizational_unit_ids
.
The ID of the organizational unit.
sourcepub fn set_organizational_unit_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_organizational_unit_ids(self, input: Option<Vec<String>>) -> Self
The ID of the organizational unit.
sourcepub fn get_organizational_unit_ids(&self) -> &Option<Vec<String>>
pub fn get_organizational_unit_ids(&self) -> &Option<Vec<String>>
The ID of the organizational unit.
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 this value is null, it retrieves the first page.
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 this value is null, it retrieves the first page.
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 this value is null, it retrieves the first page.
sourcepub fn build(self) -> Result<ListOrganizationInsightsInput, BuildError>
pub fn build(self) -> Result<ListOrganizationInsightsInput, BuildError>
Consumes the builder and constructs a ListOrganizationInsightsInput
.
source§impl ListOrganizationInsightsInputBuilder
impl ListOrganizationInsightsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ListOrganizationInsightsOutput, SdkError<ListOrganizationInsightsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ListOrganizationInsightsOutput, SdkError<ListOrganizationInsightsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListOrganizationInsightsInputBuilder
impl Clone for ListOrganizationInsightsInputBuilder
source§fn clone(&self) -> ListOrganizationInsightsInputBuilder
fn clone(&self) -> ListOrganizationInsightsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListOrganizationInsightsInputBuilder
impl Default for ListOrganizationInsightsInputBuilder
source§fn default() -> ListOrganizationInsightsInputBuilder
fn default() -> ListOrganizationInsightsInputBuilder
source§impl PartialEq for ListOrganizationInsightsInputBuilder
impl PartialEq for ListOrganizationInsightsInputBuilder
source§fn eq(&self, other: &ListOrganizationInsightsInputBuilder) -> bool
fn eq(&self, other: &ListOrganizationInsightsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.