Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::get_object_acl::builders::GetObjectAclOutputBuilder
#[non_exhaustive]pub struct GetObjectAclOutputBuilder { /* private fields */ }
Expand description
A builder for GetObjectAclOutput
.
Implementations§
§impl GetObjectAclOutputBuilder
impl GetObjectAclOutputBuilder
pub fn owner(self, input: Owner) -> GetObjectAclOutputBuilder
pub fn owner(self, input: Owner) -> GetObjectAclOutputBuilder
Container for the bucket owner's display name and ID.
pub fn set_owner(self, input: Option<Owner>) -> GetObjectAclOutputBuilder
pub fn set_owner(self, input: Option<Owner>) -> GetObjectAclOutputBuilder
Container for the bucket owner's display name and ID.
pub fn grants(self, input: Grant) -> GetObjectAclOutputBuilder
pub fn grants(self, input: Grant) -> GetObjectAclOutputBuilder
Appends an item to grants
.
To override the contents of this collection use set_grants
.
A list of grants.
pub fn set_grants(self, input: Option<Vec<Grant>>) -> GetObjectAclOutputBuilder
pub fn set_grants(self, input: Option<Vec<Grant>>) -> GetObjectAclOutputBuilder
A list of grants.
pub fn get_grants(&self) -> &Option<Vec<Grant>>
pub fn get_grants(&self) -> &Option<Vec<Grant>>
A list of grants.
pub fn request_charged(self, input: RequestCharged) -> GetObjectAclOutputBuilder
pub fn request_charged(self, input: RequestCharged) -> GetObjectAclOutputBuilder
If present, indicates that the requester was successfully charged for the request.
pub fn set_request_charged(
self,
input: Option<RequestCharged>
) -> GetObjectAclOutputBuilder
pub fn set_request_charged( self, input: Option<RequestCharged> ) -> GetObjectAclOutputBuilder
If present, indicates that the requester was successfully charged for the request.
pub fn get_request_charged(&self) -> &Option<RequestCharged>
pub fn get_request_charged(&self) -> &Option<RequestCharged>
If present, indicates that the requester was successfully charged for the request.
pub fn build(self) -> GetObjectAclOutput
pub fn build(self) -> GetObjectAclOutput
Consumes the builder and constructs a GetObjectAclOutput
.
Trait Implementations§
§impl Clone for GetObjectAclOutputBuilder
impl Clone for GetObjectAclOutputBuilder
§fn clone(&self) -> GetObjectAclOutputBuilder
fn clone(&self) -> GetObjectAclOutputBuilder
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 more§impl Debug for GetObjectAclOutputBuilder
impl Debug for GetObjectAclOutputBuilder
§impl Default for GetObjectAclOutputBuilder
impl Default for GetObjectAclOutputBuilder
§fn default() -> GetObjectAclOutputBuilder
fn default() -> GetObjectAclOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for GetObjectAclOutputBuilder
impl PartialEq for GetObjectAclOutputBuilder
§fn eq(&self, other: &GetObjectAclOutputBuilder) -> bool
fn eq(&self, other: &GetObjectAclOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetObjectAclOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetObjectAclOutputBuilder
impl Send for GetObjectAclOutputBuilder
impl Sync for GetObjectAclOutputBuilder
impl Unpin for GetObjectAclOutputBuilder
impl UnwindSafe for GetObjectAclOutputBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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