Struct aws_sdk_sns::operation::confirm_subscription::builders::ConfirmSubscriptionOutputBuilder
source · #[non_exhaustive]pub struct ConfirmSubscriptionOutputBuilder { /* private fields */ }Expand description
A builder for ConfirmSubscriptionOutput.
Implementations§
source§impl ConfirmSubscriptionOutputBuilder
impl ConfirmSubscriptionOutputBuilder
sourcepub fn subscription_arn(self, input: impl Into<String>) -> Self
pub fn subscription_arn(self, input: impl Into<String>) -> Self
The ARN of the created subscription.
sourcepub fn set_subscription_arn(self, input: Option<String>) -> Self
pub fn set_subscription_arn(self, input: Option<String>) -> Self
The ARN of the created subscription.
sourcepub fn get_subscription_arn(&self) -> &Option<String>
pub fn get_subscription_arn(&self) -> &Option<String>
The ARN of the created subscription.
sourcepub fn build(self) -> ConfirmSubscriptionOutput
pub fn build(self) -> ConfirmSubscriptionOutput
Consumes the builder and constructs a ConfirmSubscriptionOutput.
Trait Implementations§
source§impl Clone for ConfirmSubscriptionOutputBuilder
impl Clone for ConfirmSubscriptionOutputBuilder
source§fn clone(&self) -> ConfirmSubscriptionOutputBuilder
fn clone(&self) -> ConfirmSubscriptionOutputBuilder
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 ConfirmSubscriptionOutputBuilder
impl Default for ConfirmSubscriptionOutputBuilder
source§fn default() -> ConfirmSubscriptionOutputBuilder
fn default() -> ConfirmSubscriptionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ConfirmSubscriptionOutputBuilder
impl PartialEq for ConfirmSubscriptionOutputBuilder
source§fn eq(&self, other: &ConfirmSubscriptionOutputBuilder) -> bool
fn eq(&self, other: &ConfirmSubscriptionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConfirmSubscriptionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ConfirmSubscriptionOutputBuilder
impl Send for ConfirmSubscriptionOutputBuilder
impl Sync for ConfirmSubscriptionOutputBuilder
impl Unpin for ConfirmSubscriptionOutputBuilder
impl UnwindSafe for ConfirmSubscriptionOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.