#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct StopTelemetryEnrichmentInput {}
impl StopTelemetryEnrichmentInput {
pub fn builder() -> crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentInputBuilder {
crate::operation::stop_telemetry_enrichment::builders::StopTelemetryEnrichmentInputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct StopTelemetryEnrichmentInputBuilder {}
impl StopTelemetryEnrichmentInputBuilder {
pub fn build(
self,
) -> ::std::result::Result<
crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput,
::aws_smithy_types::error::operation::BuildError,
> {
::std::result::Result::Ok(crate::operation::stop_telemetry_enrichment::StopTelemetryEnrichmentInput {})
}
}