Struct aws_sdk_backup::operation::get_legal_hold::GetLegalHoldInput
source · #[non_exhaustive]pub struct GetLegalHoldInput { /* private fields */ }
Implementations§
source§impl GetLegalHoldInput
impl GetLegalHoldInput
sourcepub fn legal_hold_id(&self) -> Option<&str>
pub fn legal_hold_id(&self) -> Option<&str>
This is the ID required to use GetLegalHold
. This unique ID is associated with a specific legal hold.
source§impl GetLegalHoldInput
impl GetLegalHoldInput
sourcepub fn builder() -> GetLegalHoldInputBuilder
pub fn builder() -> GetLegalHoldInputBuilder
Creates a new builder-style object to manufacture GetLegalHoldInput
.
source§impl GetLegalHoldInput
impl GetLegalHoldInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetLegalHold, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetLegalHold, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetLegalHold
>
Trait Implementations§
source§impl Clone for GetLegalHoldInput
impl Clone for GetLegalHoldInput
source§fn clone(&self) -> GetLegalHoldInput
fn clone(&self) -> GetLegalHoldInput
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 GetLegalHoldInput
impl Debug for GetLegalHoldInput
source§impl PartialEq<GetLegalHoldInput> for GetLegalHoldInput
impl PartialEq<GetLegalHoldInput> for GetLegalHoldInput
source§fn eq(&self, other: &GetLegalHoldInput) -> bool
fn eq(&self, other: &GetLegalHoldInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.