Struct aws_sdk_sns::operation::get_topic_attributes::builders::GetTopicAttributesFluentBuilder
source · pub struct GetTopicAttributesFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetTopicAttributes
.
Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
Implementations§
source§impl GetTopicAttributesFluentBuilder
impl GetTopicAttributesFluentBuilder
sourcepub fn as_input(&self) -> &GetTopicAttributesInputBuilder
pub fn as_input(&self) -> &GetTopicAttributesInputBuilder
Access the GetTopicAttributes as a reference.
sourcepub async fn send(
self
) -> Result<GetTopicAttributesOutput, SdkError<GetTopicAttributesError, HttpResponse>>
pub async fn send( self ) -> Result<GetTopicAttributesOutput, SdkError<GetTopicAttributesError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<GetTopicAttributesOutput, GetTopicAttributesError, Self>
pub fn customize( self ) -> CustomizableOperation<GetTopicAttributesOutput, GetTopicAttributesError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn topic_arn(self, input: impl Into<String>) -> Self
pub fn topic_arn(self, input: impl Into<String>) -> Self
The ARN of the topic whose properties you want to get.
sourcepub fn set_topic_arn(self, input: Option<String>) -> Self
pub fn set_topic_arn(self, input: Option<String>) -> Self
The ARN of the topic whose properties you want to get.
sourcepub fn get_topic_arn(&self) -> &Option<String>
pub fn get_topic_arn(&self) -> &Option<String>
The ARN of the topic whose properties you want to get.
Trait Implementations§
source§impl Clone for GetTopicAttributesFluentBuilder
impl Clone for GetTopicAttributesFluentBuilder
source§fn clone(&self) -> GetTopicAttributesFluentBuilder
fn clone(&self) -> GetTopicAttributesFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more