#[non_exhaustive]pub struct CreateBackendInput { /* private fields */ }
Expand description
The request body for CreateBackend.
Implementations§
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.
source§impl CreateBackendInput
impl CreateBackendInput
sourcepub fn builder() -> CreateBackendInputBuilder
pub fn builder() -> CreateBackendInputBuilder
Creates a new builder-style object to manufacture CreateBackendInput
.
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
>
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 ==
.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§
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