#[non_exhaustive]pub struct GetVirtualMachineInput { /* private fields */ }
Implementations§
source§impl GetVirtualMachineInput
impl GetVirtualMachineInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the virtual machine.
source§impl GetVirtualMachineInput
impl GetVirtualMachineInput
sourcepub fn builder() -> GetVirtualMachineInputBuilder
pub fn builder() -> GetVirtualMachineInputBuilder
Creates a new builder-style object to manufacture GetVirtualMachineInput
.
source§impl GetVirtualMachineInput
impl GetVirtualMachineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetVirtualMachine, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetVirtualMachine, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetVirtualMachine
>
Trait Implementations§
source§impl Clone for GetVirtualMachineInput
impl Clone for GetVirtualMachineInput
source§fn clone(&self) -> GetVirtualMachineInput
fn clone(&self) -> GetVirtualMachineInput
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 GetVirtualMachineInput
impl Debug for GetVirtualMachineInput
source§impl PartialEq<GetVirtualMachineInput> for GetVirtualMachineInput
impl PartialEq<GetVirtualMachineInput> for GetVirtualMachineInput
source§fn eq(&self, other: &GetVirtualMachineInput) -> bool
fn eq(&self, other: &GetVirtualMachineInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetVirtualMachineInput
Auto Trait Implementations§
impl RefUnwindSafe for GetVirtualMachineInput
impl Send for GetVirtualMachineInput
impl Sync for GetVirtualMachineInput
impl Unpin for GetVirtualMachineInput
impl UnwindSafe for GetVirtualMachineInput
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