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