#[non_exhaustive]pub struct UpdateContactFlowModuleContentInput { /* private fields */ }
Implementations
sourceimpl UpdateContactFlowModuleContentInput
impl UpdateContactFlowModuleContentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContactFlowModuleContent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateContactFlowModuleContent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateContactFlowModuleContent
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateContactFlowModuleContentInput
.
sourceimpl UpdateContactFlowModuleContentInput
impl UpdateContactFlowModuleContentInput
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_flow_module_id(&self) -> Option<&str>
pub fn contact_flow_module_id(&self) -> Option<&str>
The identifier of the flow module.
Trait Implementations
sourceimpl Clone for UpdateContactFlowModuleContentInput
impl Clone for UpdateContactFlowModuleContentInput
sourcefn clone(&self) -> UpdateContactFlowModuleContentInput
fn clone(&self) -> UpdateContactFlowModuleContentInput
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<UpdateContactFlowModuleContentInput> for UpdateContactFlowModuleContentInput
impl PartialEq<UpdateContactFlowModuleContentInput> for UpdateContactFlowModuleContentInput
sourcefn eq(&self, other: &UpdateContactFlowModuleContentInput) -> bool
fn eq(&self, other: &UpdateContactFlowModuleContentInput) -> bool
impl StructuralPartialEq for UpdateContactFlowModuleContentInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateContactFlowModuleContentInput
impl Send for UpdateContactFlowModuleContentInput
impl Sync for UpdateContactFlowModuleContentInput
impl Unpin for UpdateContactFlowModuleContentInput
impl UnwindSafe for UpdateContactFlowModuleContentInput
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