#[non_exhaustive]pub struct AssociateFleetInput { /* private fields */ }
Implementations§
source§impl AssociateFleetInput
impl AssociateFleetInput
sourcepub fn fleet_name(&self) -> Option<&str>
pub fn fleet_name(&self) -> Option<&str>
The name of the fleet.
sourcepub fn stack_name(&self) -> Option<&str>
pub fn stack_name(&self) -> Option<&str>
The name of the stack.
source§impl AssociateFleetInput
impl AssociateFleetInput
sourcepub fn builder() -> AssociateFleetInputBuilder
pub fn builder() -> AssociateFleetInputBuilder
Creates a new builder-style object to manufacture AssociateFleetInput
.
source§impl AssociateFleetInput
impl AssociateFleetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateFleet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<AssociateFleet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateFleet
>
Trait Implementations§
source§impl Clone for AssociateFleetInput
impl Clone for AssociateFleetInput
source§fn clone(&self) -> AssociateFleetInput
fn clone(&self) -> AssociateFleetInput
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 AssociateFleetInput
impl Debug for AssociateFleetInput
source§impl PartialEq<AssociateFleetInput> for AssociateFleetInput
impl PartialEq<AssociateFleetInput> for AssociateFleetInput
source§fn eq(&self, other: &AssociateFleetInput) -> bool
fn eq(&self, other: &AssociateFleetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.