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