Struct aws_sdk_ec2::operation::describe_ipv6_pools::builders::DescribeIpv6PoolsOutputBuilder
source · #[non_exhaustive]pub struct DescribeIpv6PoolsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeIpv6PoolsOutput.
Implementations§
source§impl DescribeIpv6PoolsOutputBuilder
impl DescribeIpv6PoolsOutputBuilder
sourcepub fn ipv6_pools(self, input: Ipv6Pool) -> Self
pub fn ipv6_pools(self, input: Ipv6Pool) -> Self
Appends an item to ipv6_pools.
To override the contents of this collection use set_ipv6_pools.
Information about the IPv6 address pools.
sourcepub fn set_ipv6_pools(self, input: Option<Vec<Ipv6Pool>>) -> Self
pub fn set_ipv6_pools(self, input: Option<Vec<Ipv6Pool>>) -> Self
Information about the IPv6 address pools.
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 build(self) -> DescribeIpv6PoolsOutput
pub fn build(self) -> DescribeIpv6PoolsOutput
Consumes the builder and constructs a DescribeIpv6PoolsOutput.
Trait Implementations§
source§impl Clone for DescribeIpv6PoolsOutputBuilder
impl Clone for DescribeIpv6PoolsOutputBuilder
source§fn clone(&self) -> DescribeIpv6PoolsOutputBuilder
fn clone(&self) -> DescribeIpv6PoolsOutputBuilder
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 Default for DescribeIpv6PoolsOutputBuilder
impl Default for DescribeIpv6PoolsOutputBuilder
source§fn default() -> DescribeIpv6PoolsOutputBuilder
fn default() -> DescribeIpv6PoolsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeIpv6PoolsOutputBuilder> for DescribeIpv6PoolsOutputBuilder
impl PartialEq<DescribeIpv6PoolsOutputBuilder> for DescribeIpv6PoolsOutputBuilder
source§fn eq(&self, other: &DescribeIpv6PoolsOutputBuilder) -> bool
fn eq(&self, other: &DescribeIpv6PoolsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.