#[non_exhaustive]pub struct CreateUseCaseOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl CreateUseCaseOutput
 
impl CreateUseCaseOutput
sourcepub fn builder() -> CreateUseCaseOutputBuilder
 
pub fn builder() -> CreateUseCaseOutputBuilder
Creates a new builder-style object to manufacture CreateUseCaseOutput.
Trait Implementations§
source§impl Clone for CreateUseCaseOutput
 
impl Clone for CreateUseCaseOutput
source§fn clone(&self) -> CreateUseCaseOutput
 
fn clone(&self) -> CreateUseCaseOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for CreateUseCaseOutput
 
impl Debug for CreateUseCaseOutput
source§impl PartialEq<CreateUseCaseOutput> for CreateUseCaseOutput
 
impl PartialEq<CreateUseCaseOutput> for CreateUseCaseOutput
source§fn eq(&self, other: &CreateUseCaseOutput) -> bool
 
fn eq(&self, other: &CreateUseCaseOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateUseCaseOutput
 
impl RequestId for CreateUseCaseOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more