Struct aws_sdk_amplifybackend::input::CreateBackendInput
source · #[non_exhaustive]pub struct CreateBackendInput { /* private fields */ }
Expand description
The request body for CreateBackend.
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for CreateBackendInput
impl Clone for CreateBackendInput
source§fn clone(&self) -> CreateBackendInput
fn clone(&self) -> CreateBackendInput
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 CreateBackendInput
impl Debug for CreateBackendInput
source§impl PartialEq<CreateBackendInput> for CreateBackendInput
impl PartialEq<CreateBackendInput> for CreateBackendInput
source§fn eq(&self, other: &CreateBackendInput) -> bool
fn eq(&self, other: &CreateBackendInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.