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