Struct aws_sdk_connect::types::builders::ContactFlowModuleBuilder
source · #[non_exhaustive]pub struct ContactFlowModuleBuilder { /* private fields */ }Expand description
A builder for ContactFlowModule.
Implementations§
source§impl ContactFlowModuleBuilder
impl ContactFlowModuleBuilder
sourcepub fn set_content(self, input: Option<String>) -> Self
pub fn set_content(self, input: Option<String>) -> Self
The content of the flow module.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the flow module.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the flow module.
sourcepub fn state(self, input: ContactFlowModuleState) -> Self
pub fn state(self, input: ContactFlowModuleState) -> Self
The type of flow module.
sourcepub fn set_state(self, input: Option<ContactFlowModuleState>) -> Self
pub fn set_state(self, input: Option<ContactFlowModuleState>) -> Self
The type of flow module.
sourcepub fn status(self, input: ContactFlowModuleStatus) -> Self
pub fn status(self, input: ContactFlowModuleStatus) -> Self
The status of the flow module.
sourcepub fn set_status(self, input: Option<ContactFlowModuleStatus>) -> Self
pub fn set_status(self, input: Option<ContactFlowModuleStatus>) -> Self
The status of the flow module.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
sourcepub fn build(self) -> ContactFlowModule
pub fn build(self) -> ContactFlowModule
Consumes the builder and constructs a ContactFlowModule.
Trait Implementations§
source§impl Clone for ContactFlowModuleBuilder
impl Clone for ContactFlowModuleBuilder
source§fn clone(&self) -> ContactFlowModuleBuilder
fn clone(&self) -> ContactFlowModuleBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ContactFlowModuleBuilder
impl Debug for ContactFlowModuleBuilder
source§impl Default for ContactFlowModuleBuilder
impl Default for ContactFlowModuleBuilder
source§fn default() -> ContactFlowModuleBuilder
fn default() -> ContactFlowModuleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ContactFlowModuleBuilder> for ContactFlowModuleBuilder
impl PartialEq<ContactFlowModuleBuilder> for ContactFlowModuleBuilder
source§fn eq(&self, other: &ContactFlowModuleBuilder) -> bool
fn eq(&self, other: &ContactFlowModuleBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContactFlowModuleBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ContactFlowModuleBuilder
impl Send for ContactFlowModuleBuilder
impl Sync for ContactFlowModuleBuilder
impl Unpin for ContactFlowModuleBuilder
impl UnwindSafe for ContactFlowModuleBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more