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