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