#[non_exhaustive]pub struct AssociatePhoneNumbersWithVoiceConnectorGroupInput { /* private fields */ }Implementations
sourceimpl AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl AssociatePhoneNumbersWithVoiceConnectorGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociatePhoneNumbersWithVoiceConnectorGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociatePhoneNumbersWithVoiceConnectorGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociatePhoneNumbersWithVoiceConnectorGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatePhoneNumbersWithVoiceConnectorGroupInput.
sourceimpl AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl AssociatePhoneNumbersWithVoiceConnectorGroupInput
sourcepub fn voice_connector_group_id(&self) -> Option<&str>
pub fn voice_connector_group_id(&self) -> Option<&str>
The Amazon Chime Voice Connector group 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 Group and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.
Trait Implementations
sourceimpl Clone for AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl Clone for AssociatePhoneNumbersWithVoiceConnectorGroupInput
sourcefn clone(&self) -> AssociatePhoneNumbersWithVoiceConnectorGroupInput
fn clone(&self) -> AssociatePhoneNumbersWithVoiceConnectorGroupInput
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<AssociatePhoneNumbersWithVoiceConnectorGroupInput> for AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl PartialEq<AssociatePhoneNumbersWithVoiceConnectorGroupInput> for AssociatePhoneNumbersWithVoiceConnectorGroupInput
sourcefn eq(&self, other: &AssociatePhoneNumbersWithVoiceConnectorGroupInput) -> bool
fn eq(&self, other: &AssociatePhoneNumbersWithVoiceConnectorGroupInput) -> bool
impl StructuralPartialEq for AssociatePhoneNumbersWithVoiceConnectorGroupInput
Auto Trait Implementations
impl RefUnwindSafe for AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl Send for AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl Sync for AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl Unpin for AssociatePhoneNumbersWithVoiceConnectorGroupInput
impl UnwindSafe for AssociatePhoneNumbersWithVoiceConnectorGroupInput
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