pub struct BatchUpdatePhoneNumber { /* private fields */ }Expand description
Fluent builder constructing a request to BatchUpdatePhoneNumber.
Updates phone number product types or calling names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type or the calling name.
For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.
Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.
Implementations
sourceimpl BatchUpdatePhoneNumber
impl BatchUpdatePhoneNumber
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchUpdatePhoneNumber, AwsResponseRetryClassifier>, SdkError<BatchUpdatePhoneNumberError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<BatchUpdatePhoneNumber, AwsResponseRetryClassifier>, SdkError<BatchUpdatePhoneNumberError>>
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<BatchUpdatePhoneNumberOutput, SdkError<BatchUpdatePhoneNumberError>>
pub async fn send(
self
) -> Result<BatchUpdatePhoneNumberOutput, SdkError<BatchUpdatePhoneNumberError>>
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 update_phone_number_request_items(
self,
input: UpdatePhoneNumberRequestItem
) -> Self
pub fn update_phone_number_request_items(
self,
input: UpdatePhoneNumberRequestItem
) -> Self
Appends an item to UpdatePhoneNumberRequestItems.
To override the contents of this collection use set_update_phone_number_request_items.
The request containing the phone number IDs and product types or calling names to update.
sourcepub fn set_update_phone_number_request_items(
self,
input: Option<Vec<UpdatePhoneNumberRequestItem>>
) -> Self
pub fn set_update_phone_number_request_items(
self,
input: Option<Vec<UpdatePhoneNumberRequestItem>>
) -> Self
The request containing the phone number IDs and product types or calling names to update.
Trait Implementations
sourceimpl Clone for BatchUpdatePhoneNumber
impl Clone for BatchUpdatePhoneNumber
sourcefn clone(&self) -> BatchUpdatePhoneNumber
fn clone(&self) -> BatchUpdatePhoneNumber
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more