#[non_exhaustive]pub struct CreateIpamPoolOutputBuilder { /* private fields */ }Expand description
A builder for CreateIpamPoolOutput.
Implementations§
source§impl CreateIpamPoolOutputBuilder
impl CreateIpamPoolOutputBuilder
sourcepub fn set_ipam_pool(self, input: Option<IpamPool>) -> Self
pub fn set_ipam_pool(self, input: Option<IpamPool>) -> Self
Information about the IPAM pool created.
sourcepub fn build(self) -> CreateIpamPoolOutput
pub fn build(self) -> CreateIpamPoolOutput
Consumes the builder and constructs a CreateIpamPoolOutput.
Trait Implementations§
source§impl Clone for CreateIpamPoolOutputBuilder
impl Clone for CreateIpamPoolOutputBuilder
source§fn clone(&self) -> CreateIpamPoolOutputBuilder
fn clone(&self) -> CreateIpamPoolOutputBuilder
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 CreateIpamPoolOutputBuilder
impl Debug for CreateIpamPoolOutputBuilder
source§impl Default for CreateIpamPoolOutputBuilder
impl Default for CreateIpamPoolOutputBuilder
source§fn default() -> CreateIpamPoolOutputBuilder
fn default() -> CreateIpamPoolOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateIpamPoolOutputBuilder> for CreateIpamPoolOutputBuilder
impl PartialEq<CreateIpamPoolOutputBuilder> for CreateIpamPoolOutputBuilder
source§fn eq(&self, other: &CreateIpamPoolOutputBuilder) -> bool
fn eq(&self, other: &CreateIpamPoolOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.