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