#[non_exhaustive]pub struct DescribeRegionsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeRegionsOutput.
Implementations§
source§impl DescribeRegionsOutputBuilder
impl DescribeRegionsOutputBuilder
sourcepub fn regions(self, input: Region) -> Self
pub fn regions(self, input: Region) -> Self
Appends an item to regions.
To override the contents of this collection use set_regions.
Information about the Regions.
sourcepub fn set_regions(self, input: Option<Vec<Region>>) -> Self
pub fn set_regions(self, input: Option<Vec<Region>>) -> Self
Information about the Regions.
sourcepub fn get_regions(&self) -> &Option<Vec<Region>>
pub fn get_regions(&self) -> &Option<Vec<Region>>
Information about the Regions.
sourcepub fn build(self) -> DescribeRegionsOutput
pub fn build(self) -> DescribeRegionsOutput
Consumes the builder and constructs a DescribeRegionsOutput.
Trait Implementations§
source§impl Clone for DescribeRegionsOutputBuilder
impl Clone for DescribeRegionsOutputBuilder
source§fn clone(&self) -> DescribeRegionsOutputBuilder
fn clone(&self) -> DescribeRegionsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeRegionsOutputBuilder
impl Debug for DescribeRegionsOutputBuilder
source§impl Default for DescribeRegionsOutputBuilder
impl Default for DescribeRegionsOutputBuilder
source§fn default() -> DescribeRegionsOutputBuilder
fn default() -> DescribeRegionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeRegionsOutputBuilder> for DescribeRegionsOutputBuilder
impl PartialEq<DescribeRegionsOutputBuilder> for DescribeRegionsOutputBuilder
source§fn eq(&self, other: &DescribeRegionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeRegionsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeRegionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRegionsOutputBuilder
impl Send for DescribeRegionsOutputBuilder
impl Sync for DescribeRegionsOutputBuilder
impl Unpin for DescribeRegionsOutputBuilder
impl UnwindSafe for DescribeRegionsOutputBuilder
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
Mutably borrows from an owned value. Read more