#[non_exhaustive]pub struct UpdatePhoneNumberRequestItemBuilder { /* private fields */ }Expand description
A builder for UpdatePhoneNumberRequestItem.
Implementations§
source§impl UpdatePhoneNumberRequestItemBuilder
impl UpdatePhoneNumberRequestItemBuilder
sourcepub fn phone_number_id(self, input: impl Into<String>) -> Self
pub fn phone_number_id(self, input: impl Into<String>) -> Self
The phone number ID to update.
sourcepub fn set_phone_number_id(self, input: Option<String>) -> Self
pub fn set_phone_number_id(self, input: Option<String>) -> Self
The phone number ID to update.
sourcepub fn product_type(self, input: PhoneNumberProductType) -> Self
pub fn product_type(self, input: PhoneNumberProductType) -> Self
The product type to update.
sourcepub fn set_product_type(self, input: Option<PhoneNumberProductType>) -> Self
pub fn set_product_type(self, input: Option<PhoneNumberProductType>) -> Self
The product type to update.
sourcepub fn calling_name(self, input: impl Into<String>) -> Self
pub fn calling_name(self, input: impl Into<String>) -> Self
The outbound calling name to update.
sourcepub fn set_calling_name(self, input: Option<String>) -> Self
pub fn set_calling_name(self, input: Option<String>) -> Self
The outbound calling name to update.
sourcepub fn build(self) -> UpdatePhoneNumberRequestItem
pub fn build(self) -> UpdatePhoneNumberRequestItem
Consumes the builder and constructs a UpdatePhoneNumberRequestItem.
Trait Implementations§
source§impl Clone for UpdatePhoneNumberRequestItemBuilder
impl Clone for UpdatePhoneNumberRequestItemBuilder
source§fn clone(&self) -> UpdatePhoneNumberRequestItemBuilder
fn clone(&self) -> UpdatePhoneNumberRequestItemBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for UpdatePhoneNumberRequestItemBuilder
impl Default for UpdatePhoneNumberRequestItemBuilder
source§fn default() -> UpdatePhoneNumberRequestItemBuilder
fn default() -> UpdatePhoneNumberRequestItemBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdatePhoneNumberRequestItemBuilder> for UpdatePhoneNumberRequestItemBuilder
impl PartialEq<UpdatePhoneNumberRequestItemBuilder> for UpdatePhoneNumberRequestItemBuilder
source§fn eq(&self, other: &UpdatePhoneNumberRequestItemBuilder) -> bool
fn eq(&self, other: &UpdatePhoneNumberRequestItemBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdatePhoneNumberRequestItemBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdatePhoneNumberRequestItemBuilder
impl Send for UpdatePhoneNumberRequestItemBuilder
impl Sync for UpdatePhoneNumberRequestItemBuilder
impl Unpin for UpdatePhoneNumberRequestItemBuilder
impl UnwindSafe for UpdatePhoneNumberRequestItemBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more