Struct aws_sdk_ec2::operation::describe_aggregate_id_format::builders::DescribeAggregateIdFormatOutputBuilder
source · #[non_exhaustive]pub struct DescribeAggregateIdFormatOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAggregateIdFormatOutput.
Implementations§
source§impl DescribeAggregateIdFormatOutputBuilder
impl DescribeAggregateIdFormatOutputBuilder
sourcepub fn use_long_ids_aggregated(self, input: bool) -> Self
pub fn use_long_ids_aggregated(self, input: bool) -> Self
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.
sourcepub fn set_use_long_ids_aggregated(self, input: Option<bool>) -> Self
pub fn set_use_long_ids_aggregated(self, input: Option<bool>) -> Self
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.
sourcepub fn get_use_long_ids_aggregated(&self) -> &Option<bool>
pub fn get_use_long_ids_aggregated(&self) -> &Option<bool>
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.
sourcepub fn statuses(self, input: IdFormat) -> Self
pub fn statuses(self, input: IdFormat) -> Self
Appends an item to statuses.
To override the contents of this collection use set_statuses.
Information about each resource's ID format.
sourcepub fn set_statuses(self, input: Option<Vec<IdFormat>>) -> Self
pub fn set_statuses(self, input: Option<Vec<IdFormat>>) -> Self
Information about each resource's ID format.
sourcepub fn get_statuses(&self) -> &Option<Vec<IdFormat>>
pub fn get_statuses(&self) -> &Option<Vec<IdFormat>>
Information about each resource's ID format.
sourcepub fn build(self) -> DescribeAggregateIdFormatOutput
pub fn build(self) -> DescribeAggregateIdFormatOutput
Consumes the builder and constructs a DescribeAggregateIdFormatOutput.
Trait Implementations§
source§impl Clone for DescribeAggregateIdFormatOutputBuilder
impl Clone for DescribeAggregateIdFormatOutputBuilder
source§fn clone(&self) -> DescribeAggregateIdFormatOutputBuilder
fn clone(&self) -> DescribeAggregateIdFormatOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAggregateIdFormatOutputBuilder
impl Default for DescribeAggregateIdFormatOutputBuilder
source§fn default() -> DescribeAggregateIdFormatOutputBuilder
fn default() -> DescribeAggregateIdFormatOutputBuilder
source§impl PartialEq for DescribeAggregateIdFormatOutputBuilder
impl PartialEq for DescribeAggregateIdFormatOutputBuilder
source§fn eq(&self, other: &DescribeAggregateIdFormatOutputBuilder) -> bool
fn eq(&self, other: &DescribeAggregateIdFormatOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.