Struct aws_sdk_s3::operation::get_bucket_acl::GetBucketAclInput
source · #[non_exhaustive]pub struct GetBucketAclInput { /* private fields */ }
Implementations§
source§impl GetBucketAclInput
impl GetBucketAclInput
sourcepub fn expected_bucket_owner(&self) -> Option<&str>
pub fn expected_bucket_owner(&self) -> Option<&str>
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
source§impl GetBucketAclInput
impl GetBucketAclInput
sourcepub fn builder() -> GetBucketAclInputBuilder
pub fn builder() -> GetBucketAclInputBuilder
Creates a new builder-style object to manufacture GetBucketAclInput
.
source§impl GetBucketAclInput
impl GetBucketAclInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBucketAcl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetBucketAcl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBucketAcl
>
Trait Implementations§
source§impl Clone for GetBucketAclInput
impl Clone for GetBucketAclInput
source§fn clone(&self) -> GetBucketAclInput
fn clone(&self) -> GetBucketAclInput
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 GetBucketAclInput
impl Debug for GetBucketAclInput
source§impl PartialEq<GetBucketAclInput> for GetBucketAclInput
impl PartialEq<GetBucketAclInput> for GetBucketAclInput
source§fn eq(&self, other: &GetBucketAclInput) -> bool
fn eq(&self, other: &GetBucketAclInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.