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