Struct aws_sdk_chime::operation::describe_app_instance::builders::DescribeAppInstanceOutputBuilder
source · #[non_exhaustive]pub struct DescribeAppInstanceOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAppInstanceOutput.
Implementations§
source§impl DescribeAppInstanceOutputBuilder
impl DescribeAppInstanceOutputBuilder
sourcepub fn app_instance(self, input: AppInstance) -> Self
pub fn app_instance(self, input: AppInstance) -> Self
The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.
sourcepub fn set_app_instance(self, input: Option<AppInstance>) -> Self
pub fn set_app_instance(self, input: Option<AppInstance>) -> Self
The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.
sourcepub fn get_app_instance(&self) -> &Option<AppInstance>
pub fn get_app_instance(&self) -> &Option<AppInstance>
The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance. All timestamps use epoch milliseconds.
sourcepub fn build(self) -> DescribeAppInstanceOutput
pub fn build(self) -> DescribeAppInstanceOutput
Consumes the builder and constructs a DescribeAppInstanceOutput.
Trait Implementations§
source§impl Clone for DescribeAppInstanceOutputBuilder
impl Clone for DescribeAppInstanceOutputBuilder
source§fn clone(&self) -> DescribeAppInstanceOutputBuilder
fn clone(&self) -> DescribeAppInstanceOutputBuilder
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 Default for DescribeAppInstanceOutputBuilder
impl Default for DescribeAppInstanceOutputBuilder
source§fn default() -> DescribeAppInstanceOutputBuilder
fn default() -> DescribeAppInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeAppInstanceOutputBuilder
impl PartialEq for DescribeAppInstanceOutputBuilder
source§fn eq(&self, other: &DescribeAppInstanceOutputBuilder) -> bool
fn eq(&self, other: &DescribeAppInstanceOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeAppInstanceOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeAppInstanceOutputBuilder
impl Send for DescribeAppInstanceOutputBuilder
impl Sync for DescribeAppInstanceOutputBuilder
impl Unpin for DescribeAppInstanceOutputBuilder
impl UnwindSafe for DescribeAppInstanceOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.