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 ==.impl StructuralPartialEq for DescribeAggregateIdFormatOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeAggregateIdFormatOutputBuilder
impl RefUnwindSafe for DescribeAggregateIdFormatOutputBuilder
impl Send for DescribeAggregateIdFormatOutputBuilder
impl Sync for DescribeAggregateIdFormatOutputBuilder
impl Unpin for DescribeAggregateIdFormatOutputBuilder
impl UnwindSafe for DescribeAggregateIdFormatOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more