#[non_exhaustive]pub struct GetHostReservationPurchasePreviewInput { /* private fields */ }
Implementations§
source§impl GetHostReservationPurchasePreviewInput
impl GetHostReservationPurchasePreviewInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetHostReservationPurchasePreview, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetHostReservationPurchasePreview, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetHostReservationPurchasePreview
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetHostReservationPurchasePreviewInput
.
source§impl GetHostReservationPurchasePreviewInput
impl GetHostReservationPurchasePreviewInput
sourcepub fn host_id_set(&self) -> Option<&[String]>
pub fn host_id_set(&self) -> Option<&[String]>
The IDs of the Dedicated Hosts with which the reservation is associated.
sourcepub fn offering_id(&self) -> Option<&str>
pub fn offering_id(&self) -> Option<&str>
The offering ID of the reservation.
Trait Implementations§
source§impl Clone for GetHostReservationPurchasePreviewInput
impl Clone for GetHostReservationPurchasePreviewInput
source§fn clone(&self) -> GetHostReservationPurchasePreviewInput
fn clone(&self) -> GetHostReservationPurchasePreviewInput
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 PartialEq<GetHostReservationPurchasePreviewInput> for GetHostReservationPurchasePreviewInput
impl PartialEq<GetHostReservationPurchasePreviewInput> for GetHostReservationPurchasePreviewInput
source§fn eq(&self, other: &GetHostReservationPurchasePreviewInput) -> bool
fn eq(&self, other: &GetHostReservationPurchasePreviewInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.