#[non_exhaustive]pub struct DescribeIpamsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeIpamsOutput.
Implementations§
source§impl DescribeIpamsOutputBuilder
impl DescribeIpamsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn ipams(self, input: Ipam) -> Self
pub fn ipams(self, input: Ipam) -> Self
Appends an item to ipams.
To override the contents of this collection use set_ipams.
Information about the IPAMs.
sourcepub fn build(self) -> DescribeIpamsOutput
pub fn build(self) -> DescribeIpamsOutput
Consumes the builder and constructs a DescribeIpamsOutput.
Trait Implementations§
source§impl Clone for DescribeIpamsOutputBuilder
impl Clone for DescribeIpamsOutputBuilder
source§fn clone(&self) -> DescribeIpamsOutputBuilder
fn clone(&self) -> DescribeIpamsOutputBuilder
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 DescribeIpamsOutputBuilder
impl Debug for DescribeIpamsOutputBuilder
source§impl Default for DescribeIpamsOutputBuilder
impl Default for DescribeIpamsOutputBuilder
source§fn default() -> DescribeIpamsOutputBuilder
fn default() -> DescribeIpamsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeIpamsOutputBuilder> for DescribeIpamsOutputBuilder
impl PartialEq<DescribeIpamsOutputBuilder> for DescribeIpamsOutputBuilder
source§fn eq(&self, other: &DescribeIpamsOutputBuilder) -> bool
fn eq(&self, other: &DescribeIpamsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeIpamsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeIpamsOutputBuilder
impl Send for DescribeIpamsOutputBuilder
impl Sync for DescribeIpamsOutputBuilder
impl Unpin for DescribeIpamsOutputBuilder
impl UnwindSafe for DescribeIpamsOutputBuilder
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