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 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<DescribeAppInstanceOutputBuilder> for DescribeAppInstanceOutputBuilder
impl PartialEq<DescribeAppInstanceOutputBuilder> 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 ==.