#[non_exhaustive]pub struct AssociatePhoneNumbersWithVoiceConnectorInput { /* private fields */ }Implementations
sourceimpl AssociatePhoneNumbersWithVoiceConnectorInput
impl AssociatePhoneNumbersWithVoiceConnectorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociatePhoneNumbersWithVoiceConnector, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociatePhoneNumbersWithVoiceConnector, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociatePhoneNumbersWithVoiceConnector>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatePhoneNumbersWithVoiceConnectorInput.
sourceimpl AssociatePhoneNumbersWithVoiceConnectorInput
impl AssociatePhoneNumbersWithVoiceConnectorInput
sourcepub fn voice_connector_id(&self) -> Option<&str>
pub fn voice_connector_id(&self) -> Option<&str>
The Amazon Chime Voice Connector ID.
sourcepub fn e164_phone_numbers(&self) -> Option<&[String]>
pub fn e164_phone_numbers(&self) -> Option<&[String]>
List of phone numbers, in E.164 format.
sourcepub fn force_associate(&self) -> Option<bool>
pub fn force_associate(&self) -> Option<bool>
If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.
Trait Implementations
sourceimpl Clone for AssociatePhoneNumbersWithVoiceConnectorInput
impl Clone for AssociatePhoneNumbersWithVoiceConnectorInput
sourcefn clone(&self) -> AssociatePhoneNumbersWithVoiceConnectorInput
fn clone(&self) -> AssociatePhoneNumbersWithVoiceConnectorInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AssociatePhoneNumbersWithVoiceConnectorInput> for AssociatePhoneNumbersWithVoiceConnectorInput
impl PartialEq<AssociatePhoneNumbersWithVoiceConnectorInput> for AssociatePhoneNumbersWithVoiceConnectorInput
sourcefn eq(&self, other: &AssociatePhoneNumbersWithVoiceConnectorInput) -> bool
fn eq(&self, other: &AssociatePhoneNumbersWithVoiceConnectorInput) -> bool
impl StructuralPartialEq for AssociatePhoneNumbersWithVoiceConnectorInput
Auto Trait Implementations
impl RefUnwindSafe for AssociatePhoneNumbersWithVoiceConnectorInput
impl Send for AssociatePhoneNumbersWithVoiceConnectorInput
impl Sync for AssociatePhoneNumbersWithVoiceConnectorInput
impl Unpin for AssociatePhoneNumbersWithVoiceConnectorInput
impl UnwindSafe for AssociatePhoneNumbersWithVoiceConnectorInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more