#[non_exhaustive]pub struct Ipv4PrefixSpecificationResponseBuilder { /* private fields */ }
Expand description
A builder for Ipv4PrefixSpecificationResponse
.
Implementations§
source§impl Ipv4PrefixSpecificationResponseBuilder
impl Ipv4PrefixSpecificationResponseBuilder
sourcepub fn ipv4_prefix(self, input: impl Into<String>) -> Self
pub fn ipv4_prefix(self, input: impl Into<String>) -> Self
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn set_ipv4_prefix(self, input: Option<String>) -> Self
pub fn set_ipv4_prefix(self, input: Option<String>) -> Self
The IPv4 delegated prefixes assigned to the network interface.
sourcepub fn build(self) -> Ipv4PrefixSpecificationResponse
pub fn build(self) -> Ipv4PrefixSpecificationResponse
Consumes the builder and constructs a Ipv4PrefixSpecificationResponse
.
Trait Implementations§
source§impl Clone for Ipv4PrefixSpecificationResponseBuilder
impl Clone for Ipv4PrefixSpecificationResponseBuilder
source§fn clone(&self) -> Ipv4PrefixSpecificationResponseBuilder
fn clone(&self) -> Ipv4PrefixSpecificationResponseBuilder
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 Ipv4PrefixSpecificationResponseBuilder
impl Default for Ipv4PrefixSpecificationResponseBuilder
source§fn default() -> Ipv4PrefixSpecificationResponseBuilder
fn default() -> Ipv4PrefixSpecificationResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<Ipv4PrefixSpecificationResponseBuilder> for Ipv4PrefixSpecificationResponseBuilder
impl PartialEq<Ipv4PrefixSpecificationResponseBuilder> for Ipv4PrefixSpecificationResponseBuilder
source§fn eq(&self, other: &Ipv4PrefixSpecificationResponseBuilder) -> bool
fn eq(&self, other: &Ipv4PrefixSpecificationResponseBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.