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 get_payer(&self) -> &Option<Payer>
pub fn get_payer(&self) -> &Option<Payer>
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 for GetBucketRequestPaymentOutputBuilder
impl PartialEq for GetBucketRequestPaymentOutputBuilder
source§fn eq(&self, other: &GetBucketRequestPaymentOutputBuilder) -> bool
fn eq(&self, other: &GetBucketRequestPaymentOutputBuilder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetBucketRequestPaymentOutputBuilder
Auto Trait Implementations§
impl Freeze for GetBucketRequestPaymentOutputBuilder
impl RefUnwindSafe for GetBucketRequestPaymentOutputBuilder
impl Send for GetBucketRequestPaymentOutputBuilder
impl Sync for GetBucketRequestPaymentOutputBuilder
impl Unpin for GetBucketRequestPaymentOutputBuilder
impl UnwindSafe for GetBucketRequestPaymentOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.