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