#[non_exhaustive]pub struct CreateBackendStorageInput { /* private fields */ }
Expand description
The request body for CreateBackendStorage.
Implementations
sourceimpl CreateBackendStorageInput
impl CreateBackendStorageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackendStorage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackendStorage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBackendStorage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendStorageInput
.
sourceimpl CreateBackendStorageInput
impl CreateBackendStorageInput
sourcepub fn backend_environment_name(&self) -> Option<&str>
pub fn backend_environment_name(&self) -> Option<&str>
The name of the backend environment.
sourcepub fn resource_config(&self) -> Option<&CreateBackendStorageResourceConfig>
pub fn resource_config(&self) -> Option<&CreateBackendStorageResourceConfig>
The resource configuration for creating backend storage.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
The name of the storage resource.
Trait Implementations
sourceimpl Clone for CreateBackendStorageInput
impl Clone for CreateBackendStorageInput
sourcefn clone(&self) -> CreateBackendStorageInput
fn clone(&self) -> CreateBackendStorageInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateBackendStorageInput
impl Debug for CreateBackendStorageInput
sourceimpl PartialEq<CreateBackendStorageInput> for CreateBackendStorageInput
impl PartialEq<CreateBackendStorageInput> for CreateBackendStorageInput
sourcefn eq(&self, other: &CreateBackendStorageInput) -> bool
fn eq(&self, other: &CreateBackendStorageInput) -> bool
impl StructuralPartialEq for CreateBackendStorageInput
Auto Trait Implementations
impl RefUnwindSafe for CreateBackendStorageInput
impl Send for CreateBackendStorageInput
impl Sync for CreateBackendStorageInput
impl Unpin for CreateBackendStorageInput
impl UnwindSafe for CreateBackendStorageInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more