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