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