Struct aws_sdk_sns::client::fluent_builders::GetSMSAttributes
source · pub struct GetSMSAttributes { /* 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 GetSMSAttributes
impl GetSMSAttributes
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetSMSAttributes, AwsResponseRetryClassifier>, SdkError<GetSMSAttributesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetSMSAttributes, AwsResponseRetryClassifier>, SdkError<GetSMSAttributesError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetSmsAttributesOutput, SdkError<GetSMSAttributesError>>
pub async fn send(
self
) -> Result<GetSmsAttributesOutput, SdkError<GetSMSAttributesError>>
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 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.
Trait Implementations§
source§impl Clone for GetSMSAttributes
impl Clone for GetSMSAttributes
source§fn clone(&self) -> GetSMSAttributes
fn clone(&self) -> GetSMSAttributes
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more