Struct aws_sdk_s3::input::ListBucketsInput
source · #[non_exhaustive]pub struct ListBucketsInput {}
Implementations§
source§impl ListBucketsInput
impl ListBucketsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBuckets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBuckets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBuckets
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBucketsInput
.
Trait Implementations§
source§impl Clone for ListBucketsInput
impl Clone for ListBucketsInput
source§fn clone(&self) -> ListBucketsInput
fn clone(&self) -> ListBucketsInput
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 ListBucketsInput
impl Debug for ListBucketsInput
source§impl PartialEq<ListBucketsInput> for ListBucketsInput
impl PartialEq<ListBucketsInput> for ListBucketsInput
source§fn eq(&self, other: &ListBucketsInput) -> bool
fn eq(&self, other: &ListBucketsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.