pub struct GetSMSAttributesFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to GetSMSAttributes
.
Returns the settings for sending SMS messages from your Amazon Web Services account.
These settings are set with the SetSMSAttributes
action.
Implementations§
source§impl GetSMSAttributesFluentBuilder
impl GetSMSAttributesFluentBuilder
sourcepub fn as_input(&self) -> &GetSmsAttributesInputBuilder
pub fn as_input(&self) -> &GetSmsAttributesInputBuilder
Access the GetSMSAttributes as a reference.
sourcepub async fn send(
self
) -> Result<GetSmsAttributesOutput, SdkError<GetSMSAttributesError, HttpResponse>>
pub async fn send( self ) -> Result<GetSmsAttributesOutput, SdkError<GetSMSAttributesError, 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<GetSmsAttributesOutput, GetSMSAttributesError, Self>
pub fn customize( self ) -> CustomizableOperation<GetSmsAttributesOutput, GetSMSAttributesError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn attributes(self, input: impl Into<String>) -> Self
pub fn attributes(self, input: impl Into<String>) -> Self
Appends an item to attributes
.
To override the contents of this collection use set_attributes
.
A list of the individual attribute names, such as MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
sourcepub fn set_attributes(self, input: Option<Vec<String>>) -> Self
pub fn set_attributes(self, input: Option<Vec<String>>) -> Self
A list of the individual attribute names, such as MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
sourcepub fn get_attributes(&self) -> &Option<Vec<String>>
pub fn get_attributes(&self) -> &Option<Vec<String>>
A list of the individual attribute names, such as MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
Trait Implementations§
source§impl Clone for GetSMSAttributesFluentBuilder
impl Clone for GetSMSAttributesFluentBuilder
source§fn clone(&self) -> GetSMSAttributesFluentBuilder
fn clone(&self) -> GetSMSAttributesFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more