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