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