Struct aws_sdk_connect::client::fluent_builders::UpdatePhoneNumber
source · [−]pub struct UpdatePhoneNumber { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdatePhoneNumber
.
Updates your claimed phone number from its current Amazon Connect instance to another Amazon Connect instance in the same Region.
Implementations
sourceimpl UpdatePhoneNumber
impl UpdatePhoneNumber
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdatePhoneNumber, AwsResponseRetryClassifier>, SdkError<UpdatePhoneNumberError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdatePhoneNumber, AwsResponseRetryClassifier>, SdkError<UpdatePhoneNumberError>>
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<UpdatePhoneNumberOutput, SdkError<UpdatePhoneNumberError>>
pub async fn send(
self
) -> Result<UpdatePhoneNumberOutput, SdkError<UpdatePhoneNumberError>>
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 phone_number_id(self, input: impl Into<String>) -> Self
pub fn phone_number_id(self, input: impl Into<String>) -> Self
A unique identifier for the phone number.
sourcepub fn set_phone_number_id(self, input: Option<String>) -> Self
pub fn set_phone_number_id(self, input: Option<String>) -> Self
A unique identifier for the phone number.
sourcepub fn target_arn(self, input: impl Into<String>) -> Self
pub fn target_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
sourcepub fn set_target_arn(self, input: Option<String>) -> Self
pub fn set_target_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Trait Implementations
sourceimpl Clone for UpdatePhoneNumber
impl Clone for UpdatePhoneNumber
sourcefn clone(&self) -> UpdatePhoneNumber
fn clone(&self) -> UpdatePhoneNumber
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more