Struct aws_sdk_connect::input::StartContactRecordingInput
source · [−]#[non_exhaustive]pub struct StartContactRecordingInput { /* private fields */ }
Implementations
sourceimpl StartContactRecordingInput
impl StartContactRecordingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartContactRecording, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartContactRecording, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartContactRecording
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartContactRecordingInput
.
sourceimpl StartContactRecordingInput
impl StartContactRecordingInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
sourcepub fn contact_id(&self) -> Option<&str>
pub fn contact_id(&self) -> Option<&str>
The identifier of the contact.
sourcepub fn initial_contact_id(&self) -> Option<&str>
pub fn initial_contact_id(&self) -> Option<&str>
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
sourcepub fn voice_recording_configuration(
&self
) -> Option<&VoiceRecordingConfiguration>
pub fn voice_recording_configuration(
&self
) -> Option<&VoiceRecordingConfiguration>
The person being recorded.
Trait Implementations
sourceimpl Clone for StartContactRecordingInput
impl Clone for StartContactRecordingInput
sourcefn clone(&self) -> StartContactRecordingInput
fn clone(&self) -> StartContactRecordingInput
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 Debug for StartContactRecordingInput
impl Debug for StartContactRecordingInput
sourceimpl PartialEq<StartContactRecordingInput> for StartContactRecordingInput
impl PartialEq<StartContactRecordingInput> for StartContactRecordingInput
sourcefn eq(&self, other: &StartContactRecordingInput) -> bool
fn eq(&self, other: &StartContactRecordingInput) -> bool
impl StructuralPartialEq for StartContactRecordingInput
Auto Trait Implementations
impl RefUnwindSafe for StartContactRecordingInput
impl Send for StartContactRecordingInput
impl Sync for StartContactRecordingInput
impl Unpin for StartContactRecordingInput
impl UnwindSafe for StartContactRecordingInput
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