#[non_exhaustive]pub struct DeleteRetentionPolicyInput { /* private fields */ }
Implementations§
source§impl DeleteRetentionPolicyInput
impl DeleteRetentionPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRetentionPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRetentionPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRetentionPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRetentionPolicyInput
.
Trait Implementations§
source§impl Clone for DeleteRetentionPolicyInput
impl Clone for DeleteRetentionPolicyInput
source§fn clone(&self) -> DeleteRetentionPolicyInput
fn clone(&self) -> DeleteRetentionPolicyInput
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 DeleteRetentionPolicyInput
impl Debug for DeleteRetentionPolicyInput
source§impl PartialEq<DeleteRetentionPolicyInput> for DeleteRetentionPolicyInput
impl PartialEq<DeleteRetentionPolicyInput> for DeleteRetentionPolicyInput
source§fn eq(&self, other: &DeleteRetentionPolicyInput) -> bool
fn eq(&self, other: &DeleteRetentionPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.