Struct aws_sdk_amplifybackend::input::ListS3BucketsInput
source · #[non_exhaustive]pub struct ListS3BucketsInput { /* private fields */ }
Expand description
The request body for S3Buckets.
Implementations§
source§impl ListS3BucketsInput
impl ListS3BucketsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListS3Buckets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListS3Buckets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListS3Buckets
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListS3BucketsInput
.
source§impl ListS3BucketsInput
impl ListS3BucketsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Reserved for future use.
Trait Implementations§
source§impl Clone for ListS3BucketsInput
impl Clone for ListS3BucketsInput
source§fn clone(&self) -> ListS3BucketsInput
fn clone(&self) -> ListS3BucketsInput
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 ListS3BucketsInput
impl Debug for ListS3BucketsInput
source§impl PartialEq<ListS3BucketsInput> for ListS3BucketsInput
impl PartialEq<ListS3BucketsInput> for ListS3BucketsInput
source§fn eq(&self, other: &ListS3BucketsInput) -> bool
fn eq(&self, other: &ListS3BucketsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.