pub struct UpdatePhoneNumberSettings { /* private fields */ }Expand description
Fluent builder constructing a request to UpdatePhoneNumberSettings.
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.
Implementations
sourceimpl UpdatePhoneNumberSettings
impl UpdatePhoneNumberSettings
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdatePhoneNumberSettings, AwsResponseRetryClassifier>, SdkError<UpdatePhoneNumberSettingsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdatePhoneNumberSettings, AwsResponseRetryClassifier>, SdkError<UpdatePhoneNumberSettingsError>>
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<UpdatePhoneNumberSettingsOutput, SdkError<UpdatePhoneNumberSettingsError>>
pub async fn send(
self
) -> Result<UpdatePhoneNumberSettingsOutput, SdkError<UpdatePhoneNumberSettingsError>>
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 calling_name(self, input: impl Into<String>) -> Self
pub fn calling_name(self, input: impl Into<String>) -> Self
The default outbound calling name for the account.
sourcepub fn set_calling_name(self, input: Option<String>) -> Self
pub fn set_calling_name(self, input: Option<String>) -> Self
The default outbound calling name for the account.
Trait Implementations
sourceimpl Clone for UpdatePhoneNumberSettings
impl Clone for UpdatePhoneNumberSettings
sourcefn clone(&self) -> UpdatePhoneNumberSettings
fn clone(&self) -> UpdatePhoneNumberSettings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more