Struct aws_sdk_internetmonitor::operation::delete_monitor::builders::DeleteMonitorInputBuilder
source · #[non_exhaustive]pub struct DeleteMonitorInputBuilder { /* private fields */ }Expand description
A builder for DeleteMonitorInput.
Implementations§
source§impl DeleteMonitorInputBuilder
impl DeleteMonitorInputBuilder
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.
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.
sourcepub fn build(self) -> Result<DeleteMonitorInput, BuildError>
pub fn build(self) -> Result<DeleteMonitorInput, BuildError>
Consumes the builder and constructs a DeleteMonitorInput.
Trait Implementations§
source§impl Clone for DeleteMonitorInputBuilder
impl Clone for DeleteMonitorInputBuilder
source§fn clone(&self) -> DeleteMonitorInputBuilder
fn clone(&self) -> DeleteMonitorInputBuilder
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 DeleteMonitorInputBuilder
impl Debug for DeleteMonitorInputBuilder
source§impl Default for DeleteMonitorInputBuilder
impl Default for DeleteMonitorInputBuilder
source§fn default() -> DeleteMonitorInputBuilder
fn default() -> DeleteMonitorInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteMonitorInputBuilder> for DeleteMonitorInputBuilder
impl PartialEq<DeleteMonitorInputBuilder> for DeleteMonitorInputBuilder
source§fn eq(&self, other: &DeleteMonitorInputBuilder) -> bool
fn eq(&self, other: &DeleteMonitorInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.