Struct aws_sdk_appstream::input::DisassociateFleetInput
source · #[non_exhaustive]pub struct DisassociateFleetInput { /* private fields */ }Implementations§
source§impl DisassociateFleetInput
impl DisassociateFleetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateFleet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateFleet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateFleet>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateFleetInput.
source§impl DisassociateFleetInput
impl DisassociateFleetInput
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.
Trait Implementations§
source§impl Clone for DisassociateFleetInput
impl Clone for DisassociateFleetInput
source§fn clone(&self) -> DisassociateFleetInput
fn clone(&self) -> DisassociateFleetInput
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 DisassociateFleetInput
impl Debug for DisassociateFleetInput
source§impl PartialEq<DisassociateFleetInput> for DisassociateFleetInput
impl PartialEq<DisassociateFleetInput> for DisassociateFleetInput
source§fn eq(&self, other: &DisassociateFleetInput) -> bool
fn eq(&self, other: &DisassociateFleetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.