#[non_exhaustive]pub struct CreateApplicationOutput { /* private fields */ }
Expand description
Represents the output of a CreateApplication
operation.
Implementations§
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
A unique application ID.
source§impl CreateApplicationOutput
impl CreateApplicationOutput
sourcepub fn builder() -> CreateApplicationOutputBuilder
pub fn builder() -> CreateApplicationOutputBuilder
Creates a new builder-style object to manufacture CreateApplicationOutput
.
Trait Implementations§
source§impl Clone for CreateApplicationOutput
impl Clone for CreateApplicationOutput
source§fn clone(&self) -> CreateApplicationOutput
fn clone(&self) -> CreateApplicationOutput
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 CreateApplicationOutput
impl Debug for CreateApplicationOutput
source§impl PartialEq<CreateApplicationOutput> for CreateApplicationOutput
impl PartialEq<CreateApplicationOutput> for CreateApplicationOutput
source§fn eq(&self, other: &CreateApplicationOutput) -> bool
fn eq(&self, other: &CreateApplicationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateApplicationOutput
impl RequestId for CreateApplicationOutput
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 CreateApplicationOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateApplicationOutput
impl Send for CreateApplicationOutput
impl Sync for CreateApplicationOutput
impl Unpin for CreateApplicationOutput
impl UnwindSafe for CreateApplicationOutput
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