#[non_exhaustive]pub struct GetHostReservationPurchasePreviewInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetHostReservationPurchasePreviewInput
impl Clone for GetHostReservationPurchasePreviewInput
sourcefn clone(&self) -> GetHostReservationPurchasePreviewInput
fn clone(&self) -> GetHostReservationPurchasePreviewInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetHostReservationPurchasePreviewInput> for GetHostReservationPurchasePreviewInput
impl PartialEq<GetHostReservationPurchasePreviewInput> for GetHostReservationPurchasePreviewInput
sourcefn eq(&self, other: &GetHostReservationPurchasePreviewInput) -> bool
fn eq(&self, other: &GetHostReservationPurchasePreviewInput) -> bool
impl StructuralPartialEq for GetHostReservationPurchasePreviewInput
Auto Trait Implementations
impl RefUnwindSafe for GetHostReservationPurchasePreviewInput
impl Send for GetHostReservationPurchasePreviewInput
impl Sync for GetHostReservationPurchasePreviewInput
impl Unpin for GetHostReservationPurchasePreviewInput
impl UnwindSafe for GetHostReservationPurchasePreviewInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more