#[non_exhaustive]pub struct CreateAlertManagerDefinitionInput { /* private fields */ }Expand description
Represents the input of a CreateAlertManagerDefinition operation.
Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for CreateAlertManagerDefinitionInput
impl Clone for CreateAlertManagerDefinitionInput
sourcefn clone(&self) -> CreateAlertManagerDefinitionInput
fn clone(&self) -> CreateAlertManagerDefinitionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<CreateAlertManagerDefinitionInput> for CreateAlertManagerDefinitionInput
impl PartialEq<CreateAlertManagerDefinitionInput> for CreateAlertManagerDefinitionInput
sourcefn eq(&self, other: &CreateAlertManagerDefinitionInput) -> bool
fn eq(&self, other: &CreateAlertManagerDefinitionInput) -> bool
impl StructuralPartialEq for CreateAlertManagerDefinitionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateAlertManagerDefinitionInput
impl Send for CreateAlertManagerDefinitionInput
impl Sync for CreateAlertManagerDefinitionInput
impl Unpin for CreateAlertManagerDefinitionInput
impl UnwindSafe for CreateAlertManagerDefinitionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more