#[non_exhaustive]pub struct DeleteFrameworkInputBuilder { /* private fields */ }
Expand description
A builder for DeleteFrameworkInput
.
Implementations§
source§impl DeleteFrameworkInputBuilder
impl DeleteFrameworkInputBuilder
sourcepub fn framework_name(self, input: impl Into<String>) -> Self
pub fn framework_name(self, input: impl Into<String>) -> Self
The unique name of a framework.
sourcepub fn set_framework_name(self, input: Option<String>) -> Self
pub fn set_framework_name(self, input: Option<String>) -> Self
The unique name of a framework.
sourcepub fn build(self) -> Result<DeleteFrameworkInput, BuildError>
pub fn build(self) -> Result<DeleteFrameworkInput, BuildError>
Consumes the builder and constructs a DeleteFrameworkInput
.
Trait Implementations§
source§impl Clone for DeleteFrameworkInputBuilder
impl Clone for DeleteFrameworkInputBuilder
source§fn clone(&self) -> DeleteFrameworkInputBuilder
fn clone(&self) -> DeleteFrameworkInputBuilder
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 DeleteFrameworkInputBuilder
impl Debug for DeleteFrameworkInputBuilder
source§impl Default for DeleteFrameworkInputBuilder
impl Default for DeleteFrameworkInputBuilder
source§fn default() -> DeleteFrameworkInputBuilder
fn default() -> DeleteFrameworkInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteFrameworkInputBuilder> for DeleteFrameworkInputBuilder
impl PartialEq<DeleteFrameworkInputBuilder> for DeleteFrameworkInputBuilder
source§fn eq(&self, other: &DeleteFrameworkInputBuilder) -> bool
fn eq(&self, other: &DeleteFrameworkInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.