Struct aws_sdk_devicefarm::operation::update_network_profile::builders::UpdateNetworkProfileOutputBuilder
source · #[non_exhaustive]pub struct UpdateNetworkProfileOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateNetworkProfileOutput
.
Implementations§
source§impl UpdateNetworkProfileOutputBuilder
impl UpdateNetworkProfileOutputBuilder
sourcepub fn network_profile(self, input: NetworkProfile) -> Self
pub fn network_profile(self, input: NetworkProfile) -> Self
A list of the available network profiles.
sourcepub fn set_network_profile(self, input: Option<NetworkProfile>) -> Self
pub fn set_network_profile(self, input: Option<NetworkProfile>) -> Self
A list of the available network profiles.
sourcepub fn get_network_profile(&self) -> &Option<NetworkProfile>
pub fn get_network_profile(&self) -> &Option<NetworkProfile>
A list of the available network profiles.
sourcepub fn build(self) -> UpdateNetworkProfileOutput
pub fn build(self) -> UpdateNetworkProfileOutput
Consumes the builder and constructs a UpdateNetworkProfileOutput
.
Trait Implementations§
source§impl Clone for UpdateNetworkProfileOutputBuilder
impl Clone for UpdateNetworkProfileOutputBuilder
source§fn clone(&self) -> UpdateNetworkProfileOutputBuilder
fn clone(&self) -> UpdateNetworkProfileOutputBuilder
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 UpdateNetworkProfileOutputBuilder
impl Default for UpdateNetworkProfileOutputBuilder
source§fn default() -> UpdateNetworkProfileOutputBuilder
fn default() -> UpdateNetworkProfileOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateNetworkProfileOutputBuilder> for UpdateNetworkProfileOutputBuilder
impl PartialEq<UpdateNetworkProfileOutputBuilder> for UpdateNetworkProfileOutputBuilder
source§fn eq(&self, other: &UpdateNetworkProfileOutputBuilder) -> bool
fn eq(&self, other: &UpdateNetworkProfileOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateNetworkProfileOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateNetworkProfileOutputBuilder
impl Send for UpdateNetworkProfileOutputBuilder
impl Sync for UpdateNetworkProfileOutputBuilder
impl Unpin for UpdateNetworkProfileOutputBuilder
impl UnwindSafe for UpdateNetworkProfileOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more