Struct aws_sdk_s3::operation::list_buckets::builders::ListBucketsInputBuilder
source · #[non_exhaustive]pub struct ListBucketsInputBuilder {}
Expand description
A builder for ListBucketsInput
.
Implementations§
source§impl ListBucketsInputBuilder
impl ListBucketsInputBuilder
sourcepub fn build(self) -> Result<ListBucketsInput, BuildError>
pub fn build(self) -> Result<ListBucketsInput, BuildError>
Consumes the builder and constructs a ListBucketsInput
.
source§impl ListBucketsInputBuilder
impl ListBucketsInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<ListBucketsOutput, SdkError<ListBucketsError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<ListBucketsOutput, SdkError<ListBucketsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ListBucketsInputBuilder
impl Clone for ListBucketsInputBuilder
source§fn clone(&self) -> ListBucketsInputBuilder
fn clone(&self) -> ListBucketsInputBuilder
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 ListBucketsInputBuilder
impl Debug for ListBucketsInputBuilder
source§impl Default for ListBucketsInputBuilder
impl Default for ListBucketsInputBuilder
source§fn default() -> ListBucketsInputBuilder
fn default() -> ListBucketsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListBucketsInputBuilder
impl PartialEq for ListBucketsInputBuilder
impl StructuralPartialEq for ListBucketsInputBuilder
Auto Trait Implementations§
impl Freeze for ListBucketsInputBuilder
impl RefUnwindSafe for ListBucketsInputBuilder
impl Send for ListBucketsInputBuilder
impl Sync for ListBucketsInputBuilder
impl Unpin for ListBucketsInputBuilder
impl UnwindSafe for ListBucketsInputBuilder
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.