Struct aws_sdk_ec2::operation::get_host_reservation_purchase_preview::GetHostReservationPurchasePreviewInput
source · #[non_exhaustive]pub struct GetHostReservationPurchasePreviewInput { /* private fields */ }
Implementations§
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.
source§impl GetHostReservationPurchasePreviewInput
impl GetHostReservationPurchasePreviewInput
sourcepub fn builder() -> GetHostReservationPurchasePreviewInputBuilder
pub fn builder() -> GetHostReservationPurchasePreviewInputBuilder
Creates a new builder-style object to manufacture GetHostReservationPurchasePreviewInput
.
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
>
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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more