#[non_exhaustive]pub struct DeleteGlobalNetworkInput { /* private fields */ }
Implementations§
source§impl DeleteGlobalNetworkInput
impl DeleteGlobalNetworkInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
source§impl DeleteGlobalNetworkInput
impl DeleteGlobalNetworkInput
sourcepub fn builder() -> DeleteGlobalNetworkInputBuilder
pub fn builder() -> DeleteGlobalNetworkInputBuilder
Creates a new builder-style object to manufacture DeleteGlobalNetworkInput
.
source§impl DeleteGlobalNetworkInput
impl DeleteGlobalNetworkInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteGlobalNetwork, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteGlobalNetwork, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteGlobalNetwork
>
Trait Implementations§
source§impl Clone for DeleteGlobalNetworkInput
impl Clone for DeleteGlobalNetworkInput
source§fn clone(&self) -> DeleteGlobalNetworkInput
fn clone(&self) -> DeleteGlobalNetworkInput
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 DeleteGlobalNetworkInput
impl Debug for DeleteGlobalNetworkInput
source§impl PartialEq<DeleteGlobalNetworkInput> for DeleteGlobalNetworkInput
impl PartialEq<DeleteGlobalNetworkInput> for DeleteGlobalNetworkInput
source§fn eq(&self, other: &DeleteGlobalNetworkInput) -> bool
fn eq(&self, other: &DeleteGlobalNetworkInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteGlobalNetworkInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteGlobalNetworkInput
impl Send for DeleteGlobalNetworkInput
impl Sync for DeleteGlobalNetworkInput
impl Unpin for DeleteGlobalNetworkInput
impl UnwindSafe for DeleteGlobalNetworkInput
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