Struct aws_sdk_amplifybackend::operation::update_backend_config::builders::UpdateBackendConfigOutputBuilder    
source · #[non_exhaustive]pub struct UpdateBackendConfigOutputBuilder { /* private fields */ }Expand description
A builder for UpdateBackendConfigOutput.
Implementations§
source§impl UpdateBackendConfigOutputBuilder
 
impl UpdateBackendConfigOutputBuilder
sourcepub fn set_app_id(self, input: Option<String>) -> Self
 
pub fn set_app_id(self, input: Option<String>) -> Self
The app ID.
sourcepub fn get_app_id(&self) -> &Option<String>
 
pub fn get_app_id(&self) -> &Option<String>
The app ID.
sourcepub fn backend_manager_app_id(self, input: impl Into<String>) -> Self
 
pub fn backend_manager_app_id(self, input: impl Into<String>) -> Self
The app ID for the backend manager.
sourcepub fn set_backend_manager_app_id(self, input: Option<String>) -> Self
 
pub fn set_backend_manager_app_id(self, input: Option<String>) -> Self
The app ID for the backend manager.
sourcepub fn get_backend_manager_app_id(&self) -> &Option<String>
 
pub fn get_backend_manager_app_id(&self) -> &Option<String>
The app ID for the backend manager.
sourcepub fn error(self, input: impl Into<String>) -> Self
 
pub fn error(self, input: impl Into<String>) -> Self
If the request fails, this error is returned.
sourcepub fn set_error(self, input: Option<String>) -> Self
 
pub fn set_error(self, input: Option<String>) -> Self
If the request fails, this error is returned.
sourcepub fn login_auth_config(self, input: LoginAuthConfigReqObj) -> Self
 
pub fn login_auth_config(self, input: LoginAuthConfigReqObj) -> Self
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
sourcepub fn set_login_auth_config(self, input: Option<LoginAuthConfigReqObj>) -> Self
 
pub fn set_login_auth_config(self, input: Option<LoginAuthConfigReqObj>) -> Self
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
sourcepub fn get_login_auth_config(&self) -> &Option<LoginAuthConfigReqObj>
 
pub fn get_login_auth_config(&self) -> &Option<LoginAuthConfigReqObj>
Describes the Amazon Cognito configurations for the Admin UI auth resource to log in with.
sourcepub fn build(self) -> UpdateBackendConfigOutput
 
pub fn build(self) -> UpdateBackendConfigOutput
Consumes the builder and constructs a UpdateBackendConfigOutput.
Trait Implementations§
source§impl Clone for UpdateBackendConfigOutputBuilder
 
impl Clone for UpdateBackendConfigOutputBuilder
source§fn clone(&self) -> UpdateBackendConfigOutputBuilder
 
fn clone(&self) -> UpdateBackendConfigOutputBuilder
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 Default for UpdateBackendConfigOutputBuilder
 
impl Default for UpdateBackendConfigOutputBuilder
source§fn default() -> UpdateBackendConfigOutputBuilder
 
fn default() -> UpdateBackendConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateBackendConfigOutputBuilder
 
impl PartialEq for UpdateBackendConfigOutputBuilder
source§fn eq(&self, other: &UpdateBackendConfigOutputBuilder) -> bool
 
fn eq(&self, other: &UpdateBackendConfigOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateBackendConfigOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBackendConfigOutputBuilder
impl Send for UpdateBackendConfigOutputBuilder
impl Sync for UpdateBackendConfigOutputBuilder
impl Unpin for UpdateBackendConfigOutputBuilder
impl UnwindSafe for UpdateBackendConfigOutputBuilder
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