#[non_exhaustive]pub struct AssociateInstanceStorageConfigInput { /* private fields */ }
Implementations
sourceimpl AssociateInstanceStorageConfigInput
impl AssociateInstanceStorageConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateInstanceStorageConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateInstanceStorageConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssociateInstanceStorageConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateInstanceStorageConfigInput
.
sourceimpl AssociateInstanceStorageConfigInput
impl AssociateInstanceStorageConfigInput
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 resource_type(&self) -> Option<&InstanceStorageResourceType>
pub fn resource_type(&self) -> Option<&InstanceStorageResourceType>
A valid resource type.
sourcepub fn storage_config(&self) -> Option<&InstanceStorageConfig>
pub fn storage_config(&self) -> Option<&InstanceStorageConfig>
A valid storage type.
Trait Implementations
sourceimpl Clone for AssociateInstanceStorageConfigInput
impl Clone for AssociateInstanceStorageConfigInput
sourcefn clone(&self) -> AssociateInstanceStorageConfigInput
fn clone(&self) -> AssociateInstanceStorageConfigInput
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<AssociateInstanceStorageConfigInput> for AssociateInstanceStorageConfigInput
impl PartialEq<AssociateInstanceStorageConfigInput> for AssociateInstanceStorageConfigInput
sourcefn eq(&self, other: &AssociateInstanceStorageConfigInput) -> bool
fn eq(&self, other: &AssociateInstanceStorageConfigInput) -> bool
impl StructuralPartialEq for AssociateInstanceStorageConfigInput
Auto Trait Implementations
impl RefUnwindSafe for AssociateInstanceStorageConfigInput
impl Send for AssociateInstanceStorageConfigInput
impl Sync for AssociateInstanceStorageConfigInput
impl Unpin for AssociateInstanceStorageConfigInput
impl UnwindSafe for AssociateInstanceStorageConfigInput
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