#[non_exhaustive]pub struct DeleteAlertManagerDefinitionInput { /* private fields */ }
Expand description
Represents the input of a DeleteAlertManagerDefinition operation.
Implementations§
source§impl DeleteAlertManagerDefinitionInput
impl DeleteAlertManagerDefinitionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteAlertManagerDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteAlertManagerDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAlertManagerDefinition
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAlertManagerDefinitionInput
.
source§impl DeleteAlertManagerDefinitionInput
impl DeleteAlertManagerDefinitionInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace in which to delete the alert manager definition.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
Trait Implementations§
source§impl Clone for DeleteAlertManagerDefinitionInput
impl Clone for DeleteAlertManagerDefinitionInput
source§fn clone(&self) -> DeleteAlertManagerDefinitionInput
fn clone(&self) -> DeleteAlertManagerDefinitionInput
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 PartialEq<DeleteAlertManagerDefinitionInput> for DeleteAlertManagerDefinitionInput
impl PartialEq<DeleteAlertManagerDefinitionInput> for DeleteAlertManagerDefinitionInput
source§fn eq(&self, other: &DeleteAlertManagerDefinitionInput) -> bool
fn eq(&self, other: &DeleteAlertManagerDefinitionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.