#[non_exhaustive]pub struct CreateTopicOutputBuilder { /* private fields */ }
Expand description
A builder for CreateTopicOutput
.
Implementations§
source§impl CreateTopicOutputBuilder
impl CreateTopicOutputBuilder
sourcepub fn topic_arn(self, input: impl Into<String>) -> Self
pub fn topic_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) assigned to the created topic.
sourcepub fn set_topic_arn(self, input: Option<String>) -> Self
pub fn set_topic_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) assigned to the created topic.
sourcepub fn get_topic_arn(&self) -> &Option<String>
pub fn get_topic_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) assigned to the created topic.
sourcepub fn build(self) -> CreateTopicOutput
pub fn build(self) -> CreateTopicOutput
Consumes the builder and constructs a CreateTopicOutput
.
Trait Implementations§
source§impl Clone for CreateTopicOutputBuilder
impl Clone for CreateTopicOutputBuilder
source§fn clone(&self) -> CreateTopicOutputBuilder
fn clone(&self) -> CreateTopicOutputBuilder
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 CreateTopicOutputBuilder
impl Debug for CreateTopicOutputBuilder
source§impl Default for CreateTopicOutputBuilder
impl Default for CreateTopicOutputBuilder
source§fn default() -> CreateTopicOutputBuilder
fn default() -> CreateTopicOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateTopicOutputBuilder
impl PartialEq for CreateTopicOutputBuilder
source§fn eq(&self, other: &CreateTopicOutputBuilder) -> bool
fn eq(&self, other: &CreateTopicOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateTopicOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateTopicOutputBuilder
impl RefUnwindSafe for CreateTopicOutputBuilder
impl Send for CreateTopicOutputBuilder
impl Sync for CreateTopicOutputBuilder
impl Unpin for CreateTopicOutputBuilder
impl UnwindSafe for CreateTopicOutputBuilder
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.