#[non_exhaustive]pub struct CreateInstanceInput { /* private fields */ }Implementations§
source§impl CreateInstanceInput
 
impl CreateInstanceInput
sourcepub fn client_token(&self) -> Option<&str>
 
pub fn client_token(&self) -> Option<&str>
The idempotency token.
sourcepub fn identity_management_type(&self) -> Option<&DirectoryType>
 
pub fn identity_management_type(&self) -> Option<&DirectoryType>
The type of identity management for your Amazon Connect users.
sourcepub fn instance_alias(&self) -> Option<&str>
 
pub fn instance_alias(&self) -> Option<&str>
The name for your instance.
sourcepub fn directory_id(&self) -> Option<&str>
 
pub fn directory_id(&self) -> Option<&str>
The identifier for the directory.
sourcepub fn inbound_calls_enabled(&self) -> Option<bool>
 
pub fn inbound_calls_enabled(&self) -> Option<bool>
Your contact center handles incoming contacts.
sourcepub fn outbound_calls_enabled(&self) -> Option<bool>
 
pub fn outbound_calls_enabled(&self) -> Option<bool>
Your contact center allows outbound calls.
source§impl CreateInstanceInput
 
impl CreateInstanceInput
sourcepub fn builder() -> CreateInstanceInputBuilder
 
pub fn builder() -> CreateInstanceInputBuilder
Creates a new builder-style object to manufacture CreateInstanceInput.
source§impl CreateInstanceInput
 
impl CreateInstanceInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateInstance, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateInstance>
Trait Implementations§
source§impl Clone for CreateInstanceInput
 
impl Clone for CreateInstanceInput
source§fn clone(&self) -> CreateInstanceInput
 
fn clone(&self) -> CreateInstanceInput
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 CreateInstanceInput
 
impl Debug for CreateInstanceInput
source§impl PartialEq<CreateInstanceInput> for CreateInstanceInput
 
impl PartialEq<CreateInstanceInput> for CreateInstanceInput
source§fn eq(&self, other: &CreateInstanceInput) -> bool
 
fn eq(&self, other: &CreateInstanceInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for CreateInstanceInput
impl Send for CreateInstanceInput
impl Sync for CreateInstanceInput
impl Unpin for CreateInstanceInput
impl UnwindSafe for CreateInstanceInput
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