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