#[non_exhaustive]pub struct GetOnPremisesInstanceInput { /* private fields */ }
Expand description
Represents the input of a GetOnPremisesInstance
operation.
Implementations§
source§impl GetOnPremisesInstanceInput
impl GetOnPremisesInstanceInput
sourcepub fn instance_name(&self) -> Option<&str>
pub fn instance_name(&self) -> Option<&str>
The name of the on-premises instance about which to get information.
source§impl GetOnPremisesInstanceInput
impl GetOnPremisesInstanceInput
sourcepub fn builder() -> GetOnPremisesInstanceInputBuilder
pub fn builder() -> GetOnPremisesInstanceInputBuilder
Creates a new builder-style object to manufacture GetOnPremisesInstanceInput
.
source§impl GetOnPremisesInstanceInput
impl GetOnPremisesInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetOnPremisesInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetOnPremisesInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetOnPremisesInstance
>
Trait Implementations§
source§impl Clone for GetOnPremisesInstanceInput
impl Clone for GetOnPremisesInstanceInput
source§fn clone(&self) -> GetOnPremisesInstanceInput
fn clone(&self) -> GetOnPremisesInstanceInput
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 GetOnPremisesInstanceInput
impl Debug for GetOnPremisesInstanceInput
source§impl PartialEq<GetOnPremisesInstanceInput> for GetOnPremisesInstanceInput
impl PartialEq<GetOnPremisesInstanceInput> for GetOnPremisesInstanceInput
source§fn eq(&self, other: &GetOnPremisesInstanceInput) -> bool
fn eq(&self, other: &GetOnPremisesInstanceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetOnPremisesInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for GetOnPremisesInstanceInput
impl Send for GetOnPremisesInstanceInput
impl Sync for GetOnPremisesInstanceInput
impl Unpin for GetOnPremisesInstanceInput
impl UnwindSafe for GetOnPremisesInstanceInput
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