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