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