#[non_exhaustive]pub struct UpdateBackendAuthInput { /* private fields */ }
Expand description
The request body for UpdateBackendAuth.
Implementations§
source§impl UpdateBackendAuthInput
impl UpdateBackendAuthInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBackendAuth, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBackendAuth, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBackendAuth
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBackendAuthInput
.
source§impl UpdateBackendAuthInput
impl UpdateBackendAuthInput
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<&UpdateBackendAuthResourceConfig>
pub fn resource_config(&self) -> Option<&UpdateBackendAuthResourceConfig>
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 UpdateBackendAuthInput
impl Clone for UpdateBackendAuthInput
source§fn clone(&self) -> UpdateBackendAuthInput
fn clone(&self) -> UpdateBackendAuthInput
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 UpdateBackendAuthInput
impl Debug for UpdateBackendAuthInput
source§impl PartialEq<UpdateBackendAuthInput> for UpdateBackendAuthInput
impl PartialEq<UpdateBackendAuthInput> for UpdateBackendAuthInput
source§fn eq(&self, other: &UpdateBackendAuthInput) -> bool
fn eq(&self, other: &UpdateBackendAuthInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.