Struct aws_sdk_fsx::operation::delete_backup::DeleteBackupInput
source · #[non_exhaustive]pub struct DeleteBackupInput { /* private fields */ }Expand description
The request object for the DeleteBackup operation.
Implementations§
source§impl DeleteBackupInput
impl DeleteBackupInput
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.
source§impl DeleteBackupInput
impl DeleteBackupInput
sourcepub fn builder() -> DeleteBackupInputBuilder
pub fn builder() -> DeleteBackupInputBuilder
Creates a new builder-style object to manufacture DeleteBackupInput.
source§impl DeleteBackupInput
impl DeleteBackupInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteBackup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<DeleteBackup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBackup>
Trait Implementations§
source§impl Clone for DeleteBackupInput
impl Clone for DeleteBackupInput
source§fn clone(&self) -> DeleteBackupInput
fn clone(&self) -> DeleteBackupInput
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 DeleteBackupInput
impl Debug for DeleteBackupInput
source§impl PartialEq<DeleteBackupInput> for DeleteBackupInput
impl PartialEq<DeleteBackupInput> for DeleteBackupInput
source§fn eq(&self, other: &DeleteBackupInput) -> bool
fn eq(&self, other: &DeleteBackupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.