#[non_exhaustive]pub struct ImportBackendStorageInput { /* private fields */ }
Expand description
The request body for ImportBackendStorage.
Implementations§
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.
source§impl ImportBackendStorageInput
impl ImportBackendStorageInput
sourcepub fn builder() -> ImportBackendStorageInputBuilder
pub fn builder() -> ImportBackendStorageInputBuilder
Creates a new builder-style object to manufacture ImportBackendStorageInput
.
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
>
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 ==
.impl StructuralPartialEq for ImportBackendStorageInput
Auto Trait Implementations§
impl RefUnwindSafe for ImportBackendStorageInput
impl Send for ImportBackendStorageInput
impl Sync for ImportBackendStorageInput
impl Unpin for ImportBackendStorageInput
impl UnwindSafe for ImportBackendStorageInput
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