#[non_exhaustive]pub struct ImportBackendStorageInput { /* private fields */ }
Expand description
The request body for ImportBackendStorage.
Implementations§
source§impl ImportBackendStorageInput
impl ImportBackendStorageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportBackendStorage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ImportBackendStorage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ImportBackendStorage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportBackendStorageInput
.
source§impl ImportBackendStorageInput
impl ImportBackendStorageInput
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
sourcepub fn bucket_name(&self) -> Option<&str>
pub fn bucket_name(&self) -> Option<&str>
The name of the S3 bucket.
sourcepub fn service_name(&self) -> Option<&ServiceName>
pub fn service_name(&self) -> Option<&ServiceName>
The name of the storage service.
Trait Implementations§
source§impl Clone for ImportBackendStorageInput
impl Clone for ImportBackendStorageInput
source§fn clone(&self) -> ImportBackendStorageInput
fn clone(&self) -> ImportBackendStorageInput
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 ImportBackendStorageInput
impl Debug for ImportBackendStorageInput
source§impl PartialEq<ImportBackendStorageInput> for ImportBackendStorageInput
impl PartialEq<ImportBackendStorageInput> for ImportBackendStorageInput
source§fn eq(&self, other: &ImportBackendStorageInput) -> bool
fn eq(&self, other: &ImportBackendStorageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.