Struct aws_sdk_codestarnotifications::operation::update_notification_rule::builders::UpdateNotificationRuleOutputBuilder
source · #[non_exhaustive]pub struct UpdateNotificationRuleOutputBuilder { /* private fields */ }Expand description
A builder for UpdateNotificationRuleOutput.
Implementations§
source§impl UpdateNotificationRuleOutputBuilder
impl UpdateNotificationRuleOutputBuilder
sourcepub fn build(self) -> UpdateNotificationRuleOutput
pub fn build(self) -> UpdateNotificationRuleOutput
Consumes the builder and constructs a UpdateNotificationRuleOutput.
Trait Implementations§
source§impl Clone for UpdateNotificationRuleOutputBuilder
impl Clone for UpdateNotificationRuleOutputBuilder
source§fn clone(&self) -> UpdateNotificationRuleOutputBuilder
fn clone(&self) -> UpdateNotificationRuleOutputBuilder
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 Default for UpdateNotificationRuleOutputBuilder
impl Default for UpdateNotificationRuleOutputBuilder
source§fn default() -> UpdateNotificationRuleOutputBuilder
fn default() -> UpdateNotificationRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateNotificationRuleOutputBuilder> for UpdateNotificationRuleOutputBuilder
impl PartialEq<UpdateNotificationRuleOutputBuilder> for UpdateNotificationRuleOutputBuilder
source§fn eq(&self, other: &UpdateNotificationRuleOutputBuilder) -> bool
fn eq(&self, other: &UpdateNotificationRuleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.