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