Struct aws_sdk_connect::input::UpdateHoursOfOperationInput
source · [−]#[non_exhaustive]pub struct UpdateHoursOfOperationInput { /* private fields */ }
Implementations
sourceimpl UpdateHoursOfOperationInput
impl UpdateHoursOfOperationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateHoursOfOperation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateHoursOfOperation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateHoursOfOperation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateHoursOfOperationInput
.
sourceimpl UpdateHoursOfOperationInput
impl UpdateHoursOfOperationInput
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 hours_of_operation_id(&self) -> Option<&str>
pub fn hours_of_operation_id(&self) -> Option<&str>
The identifier of the hours of operation.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the hours of operation.
sourcepub fn config(&self) -> Option<&[HoursOfOperationConfig]>
pub fn config(&self) -> Option<&[HoursOfOperationConfig]>
Configuration information of the hours of operation.
Trait Implementations
sourceimpl Clone for UpdateHoursOfOperationInput
impl Clone for UpdateHoursOfOperationInput
sourcefn clone(&self) -> UpdateHoursOfOperationInput
fn clone(&self) -> UpdateHoursOfOperationInput
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 UpdateHoursOfOperationInput
impl Debug for UpdateHoursOfOperationInput
sourceimpl PartialEq<UpdateHoursOfOperationInput> for UpdateHoursOfOperationInput
impl PartialEq<UpdateHoursOfOperationInput> for UpdateHoursOfOperationInput
sourcefn eq(&self, other: &UpdateHoursOfOperationInput) -> bool
fn eq(&self, other: &UpdateHoursOfOperationInput) -> bool
impl StructuralPartialEq for UpdateHoursOfOperationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateHoursOfOperationInput
impl Send for UpdateHoursOfOperationInput
impl Sync for UpdateHoursOfOperationInput
impl Unpin for UpdateHoursOfOperationInput
impl UnwindSafe for UpdateHoursOfOperationInput
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