Struct aws_sdk_ec2::operation::restore_snapshot_from_recycle_bin::RestoreSnapshotFromRecycleBinInput
source · #[non_exhaustive]pub struct RestoreSnapshotFromRecycleBinInput { /* private fields */ }Implementations§
source§impl RestoreSnapshotFromRecycleBinInput
impl RestoreSnapshotFromRecycleBinInput
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the snapshot to restore.
source§impl RestoreSnapshotFromRecycleBinInput
impl RestoreSnapshotFromRecycleBinInput
sourcepub fn builder() -> RestoreSnapshotFromRecycleBinInputBuilder
pub fn builder() -> RestoreSnapshotFromRecycleBinInputBuilder
Creates a new builder-style object to manufacture RestoreSnapshotFromRecycleBinInput.
source§impl RestoreSnapshotFromRecycleBinInput
impl RestoreSnapshotFromRecycleBinInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RestoreSnapshotFromRecycleBin, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RestoreSnapshotFromRecycleBin, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RestoreSnapshotFromRecycleBin>
Trait Implementations§
source§impl Clone for RestoreSnapshotFromRecycleBinInput
impl Clone for RestoreSnapshotFromRecycleBinInput
source§fn clone(&self) -> RestoreSnapshotFromRecycleBinInput
fn clone(&self) -> RestoreSnapshotFromRecycleBinInput
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<RestoreSnapshotFromRecycleBinInput> for RestoreSnapshotFromRecycleBinInput
impl PartialEq<RestoreSnapshotFromRecycleBinInput> for RestoreSnapshotFromRecycleBinInput
source§fn eq(&self, other: &RestoreSnapshotFromRecycleBinInput) -> bool
fn eq(&self, other: &RestoreSnapshotFromRecycleBinInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.