#[non_exhaustive]pub struct RestoreManagedPrefixListVersionInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for RestoreManagedPrefixListVersionInput
impl Clone for RestoreManagedPrefixListVersionInput
sourcefn clone(&self) -> RestoreManagedPrefixListVersionInput
fn clone(&self) -> RestoreManagedPrefixListVersionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<RestoreManagedPrefixListVersionInput> for RestoreManagedPrefixListVersionInput
impl PartialEq<RestoreManagedPrefixListVersionInput> for RestoreManagedPrefixListVersionInput
sourcefn eq(&self, other: &RestoreManagedPrefixListVersionInput) -> bool
fn eq(&self, other: &RestoreManagedPrefixListVersionInput) -> bool
impl StructuralPartialEq for RestoreManagedPrefixListVersionInput
Auto Trait Implementations
impl RefUnwindSafe for RestoreManagedPrefixListVersionInput
impl Send for RestoreManagedPrefixListVersionInput
impl Sync for RestoreManagedPrefixListVersionInput
impl Unpin for RestoreManagedPrefixListVersionInput
impl UnwindSafe for RestoreManagedPrefixListVersionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more