#[non_exhaustive]pub struct PutCoreNetworkPolicyOutput { /* private fields */ }Implementations§
source§impl PutCoreNetworkPolicyOutput
impl PutCoreNetworkPolicyOutput
sourcepub fn core_network_policy(&self) -> Option<&CoreNetworkPolicy>
pub fn core_network_policy(&self) -> Option<&CoreNetworkPolicy>
Describes the changed core network policy.
source§impl PutCoreNetworkPolicyOutput
impl PutCoreNetworkPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutCoreNetworkPolicyOutput.
Trait Implementations§
source§impl Clone for PutCoreNetworkPolicyOutput
impl Clone for PutCoreNetworkPolicyOutput
source§fn clone(&self) -> PutCoreNetworkPolicyOutput
fn clone(&self) -> PutCoreNetworkPolicyOutput
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 more