#[non_exhaustive]pub struct DeleteProbeInputBuilder { /* private fields */ }
Expand description
A builder for DeleteProbeInput
.
Implementations§
source§impl DeleteProbeInputBuilder
impl DeleteProbeInputBuilder
sourcepub fn monitor_name(self, input: impl Into<String>) -> Self
pub fn monitor_name(self, input: impl Into<String>) -> Self
The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.
sourcepub fn set_monitor_name(self, input: Option<String>) -> Self
pub fn set_monitor_name(self, input: Option<String>) -> Self
The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.
sourcepub fn get_monitor_name(&self) -> &Option<String>
pub fn get_monitor_name(&self) -> &Option<String>
The name of the monitor to delete. For a list of the available monitors, use the ListMonitors
action.
sourcepub fn probe_id(self, input: impl Into<String>) -> Self
pub fn probe_id(self, input: impl Into<String>) -> Self
The ID of the probe to delete. Run GetMonitor
to get a lst of all probes and probe IDs associated with the monitor.
sourcepub fn set_probe_id(self, input: Option<String>) -> Self
pub fn set_probe_id(self, input: Option<String>) -> Self
The ID of the probe to delete. Run GetMonitor
to get a lst of all probes and probe IDs associated with the monitor.
sourcepub fn get_probe_id(&self) -> &Option<String>
pub fn get_probe_id(&self) -> &Option<String>
The ID of the probe to delete. Run GetMonitor
to get a lst of all probes and probe IDs associated with the monitor.
sourcepub fn build(self) -> Result<DeleteProbeInput, BuildError>
pub fn build(self) -> Result<DeleteProbeInput, BuildError>
Consumes the builder and constructs a DeleteProbeInput
.
source§impl DeleteProbeInputBuilder
impl DeleteProbeInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteProbeOutput, SdkError<DeleteProbeError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteProbeOutput, SdkError<DeleteProbeError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteProbeInputBuilder
impl Clone for DeleteProbeInputBuilder
source§fn clone(&self) -> DeleteProbeInputBuilder
fn clone(&self) -> DeleteProbeInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteProbeInputBuilder
impl Debug for DeleteProbeInputBuilder
source§impl Default for DeleteProbeInputBuilder
impl Default for DeleteProbeInputBuilder
source§fn default() -> DeleteProbeInputBuilder
fn default() -> DeleteProbeInputBuilder
source§impl PartialEq for DeleteProbeInputBuilder
impl PartialEq for DeleteProbeInputBuilder
source§fn eq(&self, other: &DeleteProbeInputBuilder) -> bool
fn eq(&self, other: &DeleteProbeInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.