Struct aws_sdk_config::operation::describe_aggregation_authorizations::builders::DescribeAggregationAuthorizationsOutputBuilder
source · #[non_exhaustive]pub struct DescribeAggregationAuthorizationsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAggregationAuthorizationsOutput.
Implementations§
source§impl DescribeAggregationAuthorizationsOutputBuilder
impl DescribeAggregationAuthorizationsOutputBuilder
Appends an item to aggregation_authorizations.
To override the contents of this collection use set_aggregation_authorizations.
Returns a list of authorizations granted to various aggregator accounts and regions.
Returns a list of authorizations granted to various aggregator accounts and regions.
Returns a list of authorizations granted to various aggregator accounts and regions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
sourcepub fn build(self) -> DescribeAggregationAuthorizationsOutput
pub fn build(self) -> DescribeAggregationAuthorizationsOutput
Consumes the builder and constructs a DescribeAggregationAuthorizationsOutput.
Trait Implementations§
source§impl Clone for DescribeAggregationAuthorizationsOutputBuilder
impl Clone for DescribeAggregationAuthorizationsOutputBuilder
source§fn clone(&self) -> DescribeAggregationAuthorizationsOutputBuilder
fn clone(&self) -> DescribeAggregationAuthorizationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAggregationAuthorizationsOutputBuilder
impl Default for DescribeAggregationAuthorizationsOutputBuilder
source§fn default() -> DescribeAggregationAuthorizationsOutputBuilder
fn default() -> DescribeAggregationAuthorizationsOutputBuilder
source§impl PartialEq for DescribeAggregationAuthorizationsOutputBuilder
impl PartialEq for DescribeAggregationAuthorizationsOutputBuilder
source§fn eq(&self, other: &DescribeAggregationAuthorizationsOutputBuilder) -> bool
fn eq(&self, other: &DescribeAggregationAuthorizationsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.