Struct aws_sdk_amplifybackend::operation::remove_backend_config::builders::RemoveBackendConfigInputBuilder
source · #[non_exhaustive]pub struct RemoveBackendConfigInputBuilder { /* private fields */ }
Expand description
A builder for RemoveBackendConfigInput
.
Implementations§
source§impl RemoveBackendConfigInputBuilder
impl RemoveBackendConfigInputBuilder
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 build(self) -> Result<RemoveBackendConfigInput, BuildError>
pub fn build(self) -> Result<RemoveBackendConfigInput, BuildError>
Consumes the builder and constructs a RemoveBackendConfigInput
.
Trait Implementations§
source§impl Clone for RemoveBackendConfigInputBuilder
impl Clone for RemoveBackendConfigInputBuilder
source§fn clone(&self) -> RemoveBackendConfigInputBuilder
fn clone(&self) -> RemoveBackendConfigInputBuilder
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 RemoveBackendConfigInputBuilder
impl Default for RemoveBackendConfigInputBuilder
source§fn default() -> RemoveBackendConfigInputBuilder
fn default() -> RemoveBackendConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RemoveBackendConfigInputBuilder> for RemoveBackendConfigInputBuilder
impl PartialEq<RemoveBackendConfigInputBuilder> for RemoveBackendConfigInputBuilder
source§fn eq(&self, other: &RemoveBackendConfigInputBuilder) -> bool
fn eq(&self, other: &RemoveBackendConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.