#[non_exhaustive]pub struct RestoreManagedPrefixListVersionInput { /* private fields */ }
Implementations§
source§impl RestoreManagedPrefixListVersionInput
impl RestoreManagedPrefixListVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreManagedPrefixListVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreManagedPrefixListVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RestoreManagedPrefixListVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RestoreManagedPrefixListVersionInput
.
source§impl RestoreManagedPrefixListVersionInput
impl RestoreManagedPrefixListVersionInput
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn prefix_list_id(&self) -> Option<&str>
pub fn prefix_list_id(&self) -> Option<&str>
The ID of the prefix list.
sourcepub fn previous_version(&self) -> Option<i64>
pub fn previous_version(&self) -> Option<i64>
The version to restore.
sourcepub fn current_version(&self) -> Option<i64>
pub fn current_version(&self) -> Option<i64>
The current version number for the prefix list.
Trait Implementations§
source§impl Clone for RestoreManagedPrefixListVersionInput
impl Clone for RestoreManagedPrefixListVersionInput
source§fn clone(&self) -> RestoreManagedPrefixListVersionInput
fn clone(&self) -> RestoreManagedPrefixListVersionInput
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<RestoreManagedPrefixListVersionInput> for RestoreManagedPrefixListVersionInput
impl PartialEq<RestoreManagedPrefixListVersionInput> for RestoreManagedPrefixListVersionInput
source§fn eq(&self, other: &RestoreManagedPrefixListVersionInput) -> bool
fn eq(&self, other: &RestoreManagedPrefixListVersionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.