Struct aws_sdk_codestarnotifications::operation::delete_notification_rule::DeleteNotificationRuleInput
source · #[non_exhaustive]pub struct DeleteNotificationRuleInput { /* private fields */ }Implementations§
source§impl DeleteNotificationRuleInput
impl DeleteNotificationRuleInput
sourcepub fn builder() -> DeleteNotificationRuleInputBuilder
pub fn builder() -> DeleteNotificationRuleInputBuilder
Creates a new builder-style object to manufacture DeleteNotificationRuleInput.
source§impl DeleteNotificationRuleInput
impl DeleteNotificationRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNotificationRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteNotificationRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNotificationRule>
Trait Implementations§
source§impl Clone for DeleteNotificationRuleInput
impl Clone for DeleteNotificationRuleInput
source§fn clone(&self) -> DeleteNotificationRuleInput
fn clone(&self) -> DeleteNotificationRuleInput
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 DeleteNotificationRuleInput
impl Debug for DeleteNotificationRuleInput
source§impl PartialEq<DeleteNotificationRuleInput> for DeleteNotificationRuleInput
impl PartialEq<DeleteNotificationRuleInput> for DeleteNotificationRuleInput
source§fn eq(&self, other: &DeleteNotificationRuleInput) -> bool
fn eq(&self, other: &DeleteNotificationRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.