Struct aws_sdk_s3::operation::get_bucket_request_payment::builders::GetBucketRequestPaymentOutputBuilder
source · #[non_exhaustive]pub struct GetBucketRequestPaymentOutputBuilder { /* private fields */ }
Expand description
A builder for GetBucketRequestPaymentOutput
.
Implementations§
source§impl GetBucketRequestPaymentOutputBuilder
impl GetBucketRequestPaymentOutputBuilder
sourcepub fn set_payer(self, input: Option<Payer>) -> Self
pub fn set_payer(self, input: Option<Payer>) -> Self
Specifies who pays for the download and request fees.
sourcepub fn build(self) -> GetBucketRequestPaymentOutput
pub fn build(self) -> GetBucketRequestPaymentOutput
Consumes the builder and constructs a GetBucketRequestPaymentOutput
.
Trait Implementations§
source§impl Clone for GetBucketRequestPaymentOutputBuilder
impl Clone for GetBucketRequestPaymentOutputBuilder
source§fn clone(&self) -> GetBucketRequestPaymentOutputBuilder
fn clone(&self) -> GetBucketRequestPaymentOutputBuilder
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 Default for GetBucketRequestPaymentOutputBuilder
impl Default for GetBucketRequestPaymentOutputBuilder
source§fn default() -> GetBucketRequestPaymentOutputBuilder
fn default() -> GetBucketRequestPaymentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBucketRequestPaymentOutputBuilder> for GetBucketRequestPaymentOutputBuilder
impl PartialEq<GetBucketRequestPaymentOutputBuilder> for GetBucketRequestPaymentOutputBuilder
source§fn eq(&self, other: &GetBucketRequestPaymentOutputBuilder) -> bool
fn eq(&self, other: &GetBucketRequestPaymentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.