Struct aws_sdk_devicefarm::operation::delete_network_profile::builders::DeleteNetworkProfileInputBuilder
source · #[non_exhaustive]pub struct DeleteNetworkProfileInputBuilder { /* private fields */ }Expand description
A builder for DeleteNetworkProfileInput.
Implementations§
source§impl DeleteNetworkProfileInputBuilder
impl DeleteNetworkProfileInputBuilder
sourcepub fn build(self) -> Result<DeleteNetworkProfileInput, BuildError>
pub fn build(self) -> Result<DeleteNetworkProfileInput, BuildError>
Consumes the builder and constructs a DeleteNetworkProfileInput.
Trait Implementations§
source§impl Clone for DeleteNetworkProfileInputBuilder
impl Clone for DeleteNetworkProfileInputBuilder
source§fn clone(&self) -> DeleteNetworkProfileInputBuilder
fn clone(&self) -> DeleteNetworkProfileInputBuilder
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 DeleteNetworkProfileInputBuilder
impl Default for DeleteNetworkProfileInputBuilder
source§fn default() -> DeleteNetworkProfileInputBuilder
fn default() -> DeleteNetworkProfileInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteNetworkProfileInputBuilder> for DeleteNetworkProfileInputBuilder
impl PartialEq<DeleteNetworkProfileInputBuilder> for DeleteNetworkProfileInputBuilder
source§fn eq(&self, other: &DeleteNetworkProfileInputBuilder) -> bool
fn eq(&self, other: &DeleteNetworkProfileInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.