#[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 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<CreateTopicOutputBuilder> for CreateTopicOutputBuilder
impl PartialEq<CreateTopicOutputBuilder> 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 ==
.