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