Struct aws_sdk_connect::output::CreateAgentStatusOutput
source · [−]#[non_exhaustive]pub struct CreateAgentStatusOutput { /* private fields */ }
Implementations
sourceimpl CreateAgentStatusOutput
impl CreateAgentStatusOutput
sourcepub fn agent_status_arn(&self) -> Option<&str>
pub fn agent_status_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the agent status.
sourcepub fn agent_status_id(&self) -> Option<&str>
pub fn agent_status_id(&self) -> Option<&str>
The identifier of the agent status.
sourceimpl CreateAgentStatusOutput
impl CreateAgentStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAgentStatusOutput
.
Trait Implementations
sourceimpl Clone for CreateAgentStatusOutput
impl Clone for CreateAgentStatusOutput
sourcefn clone(&self) -> CreateAgentStatusOutput
fn clone(&self) -> CreateAgentStatusOutput
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 CreateAgentStatusOutput
impl Debug for CreateAgentStatusOutput
sourceimpl PartialEq<CreateAgentStatusOutput> for CreateAgentStatusOutput
impl PartialEq<CreateAgentStatusOutput> for CreateAgentStatusOutput
sourcefn eq(&self, other: &CreateAgentStatusOutput) -> bool
fn eq(&self, other: &CreateAgentStatusOutput) -> bool
impl StructuralPartialEq for CreateAgentStatusOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateAgentStatusOutput
impl Send for CreateAgentStatusOutput
impl Sync for CreateAgentStatusOutput
impl Unpin for CreateAgentStatusOutput
impl UnwindSafe for CreateAgentStatusOutput
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