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