#[non_exhaustive]pub struct GetServiceInstanceInput { /* private fields */ }
Implementations§
source§impl GetServiceInstanceInput
impl GetServiceInstanceInput
sourcepub fn builder() -> GetServiceInstanceInputBuilder
pub fn builder() -> GetServiceInstanceInputBuilder
Creates a new builder-style object to manufacture GetServiceInstanceInput
.
source§impl GetServiceInstanceInput
impl GetServiceInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetServiceInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetServiceInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetServiceInstance
>
Trait Implementations§
source§impl Clone for GetServiceInstanceInput
impl Clone for GetServiceInstanceInput
source§fn clone(&self) -> GetServiceInstanceInput
fn clone(&self) -> GetServiceInstanceInput
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 GetServiceInstanceInput
impl Debug for GetServiceInstanceInput
source§impl PartialEq<GetServiceInstanceInput> for GetServiceInstanceInput
impl PartialEq<GetServiceInstanceInput> for GetServiceInstanceInput
source§fn eq(&self, other: &GetServiceInstanceInput) -> bool
fn eq(&self, other: &GetServiceInstanceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.