#[non_exhaustive]pub struct GetOnPremisesInstanceInput { /* private fields */ }
Expand description
Represents the input of a GetOnPremisesInstance
operation.
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOnPremisesInstanceInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetOnPremisesInstanceInput
impl Clone for GetOnPremisesInstanceInput
sourcefn clone(&self) -> GetOnPremisesInstanceInput
fn clone(&self) -> GetOnPremisesInstanceInput
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 Debug for GetOnPremisesInstanceInput
impl Debug for GetOnPremisesInstanceInput
sourceimpl PartialEq<GetOnPremisesInstanceInput> for GetOnPremisesInstanceInput
impl PartialEq<GetOnPremisesInstanceInput> for GetOnPremisesInstanceInput
sourcefn eq(&self, other: &GetOnPremisesInstanceInput) -> bool
fn eq(&self, other: &GetOnPremisesInstanceInput) -> bool
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
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