Struct aws_sdk_connect::input::CreateHoursOfOperationInput
source · [−]#[non_exhaustive]pub struct CreateHoursOfOperationInput { /* private fields */ }
Implementations
sourceimpl CreateHoursOfOperationInput
impl CreateHoursOfOperationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHoursOfOperation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateHoursOfOperation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateHoursOfOperation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateHoursOfOperationInput
.
sourceimpl CreateHoursOfOperationInput
impl CreateHoursOfOperationInput
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 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 for the hours of operation: day, start time, and end time.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Trait Implementations
sourceimpl Clone for CreateHoursOfOperationInput
impl Clone for CreateHoursOfOperationInput
sourcefn clone(&self) -> CreateHoursOfOperationInput
fn clone(&self) -> CreateHoursOfOperationInput
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 CreateHoursOfOperationInput
impl Debug for CreateHoursOfOperationInput
sourceimpl PartialEq<CreateHoursOfOperationInput> for CreateHoursOfOperationInput
impl PartialEq<CreateHoursOfOperationInput> for CreateHoursOfOperationInput
sourcefn eq(&self, other: &CreateHoursOfOperationInput) -> bool
fn eq(&self, other: &CreateHoursOfOperationInput) -> bool
impl StructuralPartialEq for CreateHoursOfOperationInput
Auto Trait Implementations
impl RefUnwindSafe for CreateHoursOfOperationInput
impl Send for CreateHoursOfOperationInput
impl Sync for CreateHoursOfOperationInput
impl Unpin for CreateHoursOfOperationInput
impl UnwindSafe for CreateHoursOfOperationInput
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