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