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