Struct aws_sdk_amp::input::PutAlertManagerDefinitionInput
source · [−]#[non_exhaustive]pub struct PutAlertManagerDefinitionInput { /* private fields */ }Expand description
Represents the input of a PutAlertManagerDefinition operation.
Implementations
sourceimpl PutAlertManagerDefinitionInput
impl PutAlertManagerDefinitionInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutAlertManagerDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<PutAlertManagerDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutAlertManagerDefinition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAlertManagerDefinitionInput.
sourceimpl PutAlertManagerDefinitionInput
impl PutAlertManagerDefinitionInput
sourcepub fn workspace_id(&self) -> Option<&str>
pub fn workspace_id(&self) -> Option<&str>
The ID of the workspace in which to update 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 PutAlertManagerDefinitionInput
impl Clone for PutAlertManagerDefinitionInput
sourcefn clone(&self) -> PutAlertManagerDefinitionInput
fn clone(&self) -> PutAlertManagerDefinitionInput
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<PutAlertManagerDefinitionInput> for PutAlertManagerDefinitionInput
impl PartialEq<PutAlertManagerDefinitionInput> for PutAlertManagerDefinitionInput
sourcefn eq(&self, other: &PutAlertManagerDefinitionInput) -> bool
fn eq(&self, other: &PutAlertManagerDefinitionInput) -> bool
impl StructuralPartialEq for PutAlertManagerDefinitionInput
Auto Trait Implementations
impl RefUnwindSafe for PutAlertManagerDefinitionInput
impl Send for PutAlertManagerDefinitionInput
impl Sync for PutAlertManagerDefinitionInput
impl Unpin for PutAlertManagerDefinitionInput
impl UnwindSafe for PutAlertManagerDefinitionInput
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