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