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