Struct aws_sdk_chime::input::UpdateVoiceConnectorGroupInput [−][src]
#[non_exhaustive]pub struct UpdateVoiceConnectorGroupInput {
pub voice_connector_group_id: Option<String>,
pub name: Option<String>,
pub voice_connector_items: Option<Vec<VoiceConnectorItem>>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.voice_connector_group_id: Option<String>The Amazon Chime Voice Connector group ID.
name: Option<String>The name of the Amazon Chime Voice Connector group.
voice_connector_items: Option<Vec<VoiceConnectorItem>>The VoiceConnectorItems to associate with the group.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateVoiceConnectorGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateVoiceConnectorGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateVoiceConnectorGroup>
Creates a new builder-style object to manufacture UpdateVoiceConnectorGroupInput
The Amazon Chime Voice Connector group ID.
The VoiceConnectorItems to associate with the group.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for UpdateVoiceConnectorGroupInput
impl Sync for UpdateVoiceConnectorGroupInput
impl Unpin for UpdateVoiceConnectorGroupInput
impl UnwindSafe for UpdateVoiceConnectorGroupInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more