Struct aws_sdk_amplifybackend::input::CreateBackendInput
source · [−]#[non_exhaustive]pub struct CreateBackendInput { /* private fields */ }
Expand description
The request body for CreateBackend.
Implementations
sourceimpl CreateBackendInput
impl CreateBackendInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackend, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateBackend, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateBackend
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBackendInput
.
sourceimpl CreateBackendInput
impl CreateBackendInput
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<&ResourceConfig>
pub fn resource_config(&self) -> Option<&ResourceConfig>
The resource configuration for creating a backend.
sourcepub fn resource_name(&self) -> Option<&str>
pub fn resource_name(&self) -> Option<&str>
The name of the resource.
Trait Implementations
sourceimpl Clone for CreateBackendInput
impl Clone for CreateBackendInput
sourcefn clone(&self) -> CreateBackendInput
fn clone(&self) -> CreateBackendInput
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 CreateBackendInput
impl Debug for CreateBackendInput
sourceimpl PartialEq<CreateBackendInput> for CreateBackendInput
impl PartialEq<CreateBackendInput> for CreateBackendInput
sourcefn eq(&self, other: &CreateBackendInput) -> bool
fn eq(&self, other: &CreateBackendInput) -> bool
impl StructuralPartialEq for CreateBackendInput
Auto Trait Implementations
impl RefUnwindSafe for CreateBackendInput
impl Send for CreateBackendInput
impl Sync for CreateBackendInput
impl Unpin for CreateBackendInput
impl UnwindSafe for CreateBackendInput
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