#[non_exhaustive]pub struct GetNetworkInputBuilder { /* private fields */ }
Expand description
A builder for GetNetworkInput
.
Implementations§
source§impl GetNetworkInputBuilder
impl GetNetworkInputBuilder
sourcepub fn network_id(self, input: impl Into<String>) -> Self
pub fn network_id(self, input: impl Into<String>) -> Self
The unique identifier of the network to get information about.
sourcepub fn set_network_id(self, input: Option<String>) -> Self
pub fn set_network_id(self, input: Option<String>) -> Self
The unique identifier of the network to get information about.
sourcepub fn build(self) -> Result<GetNetworkInput, BuildError>
pub fn build(self) -> Result<GetNetworkInput, BuildError>
Consumes the builder and constructs a GetNetworkInput
.
Trait Implementations§
source§impl Clone for GetNetworkInputBuilder
impl Clone for GetNetworkInputBuilder
source§fn clone(&self) -> GetNetworkInputBuilder
fn clone(&self) -> GetNetworkInputBuilder
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 GetNetworkInputBuilder
impl Debug for GetNetworkInputBuilder
source§impl Default for GetNetworkInputBuilder
impl Default for GetNetworkInputBuilder
source§fn default() -> GetNetworkInputBuilder
fn default() -> GetNetworkInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetNetworkInputBuilder> for GetNetworkInputBuilder
impl PartialEq<GetNetworkInputBuilder> for GetNetworkInputBuilder
source§fn eq(&self, other: &GetNetworkInputBuilder) -> bool
fn eq(&self, other: &GetNetworkInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.