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