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