Struct aws_sdk_codestarnotifications::operation::subscribe::builders::SubscribeOutputBuilder
source · #[non_exhaustive]pub struct SubscribeOutputBuilder { /* private fields */ }
Expand description
A builder for SubscribeOutput
.
Implementations§
source§impl SubscribeOutputBuilder
impl SubscribeOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the notification rule for which you have created assocations.
sourcepub fn build(self) -> SubscribeOutput
pub fn build(self) -> SubscribeOutput
Consumes the builder and constructs a SubscribeOutput
.
Trait Implementations§
source§impl Clone for SubscribeOutputBuilder
impl Clone for SubscribeOutputBuilder
source§fn clone(&self) -> SubscribeOutputBuilder
fn clone(&self) -> SubscribeOutputBuilder
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 SubscribeOutputBuilder
impl Debug for SubscribeOutputBuilder
source§impl Default for SubscribeOutputBuilder
impl Default for SubscribeOutputBuilder
source§fn default() -> SubscribeOutputBuilder
fn default() -> SubscribeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SubscribeOutputBuilder> for SubscribeOutputBuilder
impl PartialEq<SubscribeOutputBuilder> for SubscribeOutputBuilder
source§fn eq(&self, other: &SubscribeOutputBuilder) -> bool
fn eq(&self, other: &SubscribeOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SubscribeOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SubscribeOutputBuilder
impl Send for SubscribeOutputBuilder
impl Sync for SubscribeOutputBuilder
impl Unpin for SubscribeOutputBuilder
impl UnwindSafe for SubscribeOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more