Struct aws_sdk_backup::input::CancelLegalHoldInput
source · #[non_exhaustive]pub struct CancelLegalHoldInput { /* private fields */ }
Implementations§
source§impl CancelLegalHoldInput
impl CancelLegalHoldInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelLegalHold, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelLegalHold, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelLegalHold
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelLegalHoldInput
.
source§impl CancelLegalHoldInput
impl CancelLegalHoldInput
sourcepub fn legal_hold_id(&self) -> Option<&str>
pub fn legal_hold_id(&self) -> Option<&str>
Legal hold ID required to remove the specified legal hold on a recovery point.
sourcepub fn cancel_description(&self) -> Option<&str>
pub fn cancel_description(&self) -> Option<&str>
String describing the reason for removing the legal hold.
sourcepub fn retain_record_in_days(&self) -> Option<i64>
pub fn retain_record_in_days(&self) -> Option<i64>
The integer amount in days specifying amount of days after this API operation to remove legal hold.
Trait Implementations§
source§impl Clone for CancelLegalHoldInput
impl Clone for CancelLegalHoldInput
source§fn clone(&self) -> CancelLegalHoldInput
fn clone(&self) -> CancelLegalHoldInput
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 CancelLegalHoldInput
impl Debug for CancelLegalHoldInput
source§impl PartialEq<CancelLegalHoldInput> for CancelLegalHoldInput
impl PartialEq<CancelLegalHoldInput> for CancelLegalHoldInput
source§fn eq(&self, other: &CancelLegalHoldInput) -> bool
fn eq(&self, other: &CancelLegalHoldInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.