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