Struct aws_sdk_workspacesweb::operation::associate_network_settings::AssociateNetworkSettingsOutput
source · #[non_exhaustive]pub struct AssociateNetworkSettingsOutput { /* private fields */ }
Implementations§
source§impl AssociateNetworkSettingsOutput
impl AssociateNetworkSettingsOutput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
sourcepub fn network_settings_arn(&self) -> Option<&str>
pub fn network_settings_arn(&self) -> Option<&str>
The ARN of the network settings.
source§impl AssociateNetworkSettingsOutput
impl AssociateNetworkSettingsOutput
sourcepub fn builder() -> AssociateNetworkSettingsOutputBuilder
pub fn builder() -> AssociateNetworkSettingsOutputBuilder
Creates a new builder-style object to manufacture AssociateNetworkSettingsOutput
.
Trait Implementations§
source§impl Clone for AssociateNetworkSettingsOutput
impl Clone for AssociateNetworkSettingsOutput
source§fn clone(&self) -> AssociateNetworkSettingsOutput
fn clone(&self) -> AssociateNetworkSettingsOutput
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 PartialEq<AssociateNetworkSettingsOutput> for AssociateNetworkSettingsOutput
impl PartialEq<AssociateNetworkSettingsOutput> for AssociateNetworkSettingsOutput
source§fn eq(&self, other: &AssociateNetworkSettingsOutput) -> bool
fn eq(&self, other: &AssociateNetworkSettingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for AssociateNetworkSettingsOutput
impl RequestId for AssociateNetworkSettingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for AssociateNetworkSettingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for AssociateNetworkSettingsOutput
impl Send for AssociateNetworkSettingsOutput
impl Sync for AssociateNetworkSettingsOutput
impl Unpin for AssociateNetworkSettingsOutput
impl UnwindSafe for AssociateNetworkSettingsOutput
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