Struct aws_sdk_chimesdkidentity::operation::describe_app_instance_user_endpoint::builders::DescribeAppInstanceUserEndpointOutputBuilder
source · #[non_exhaustive]pub struct DescribeAppInstanceUserEndpointOutputBuilder { /* private fields */ }Expand description
A builder for DescribeAppInstanceUserEndpointOutput.
Implementations§
source§impl DescribeAppInstanceUserEndpointOutputBuilder
impl DescribeAppInstanceUserEndpointOutputBuilder
sourcepub fn app_instance_user_endpoint(self, input: AppInstanceUserEndpoint) -> Self
pub fn app_instance_user_endpoint(self, input: AppInstanceUserEndpoint) -> Self
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.
sourcepub fn set_app_instance_user_endpoint(
self,
input: Option<AppInstanceUserEndpoint>
) -> Self
pub fn set_app_instance_user_endpoint( self, input: Option<AppInstanceUserEndpoint> ) -> Self
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.
sourcepub fn get_app_instance_user_endpoint(&self) -> &Option<AppInstanceUserEndpoint>
pub fn get_app_instance_user_endpoint(&self) -> &Option<AppInstanceUserEndpoint>
The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.
sourcepub fn build(self) -> DescribeAppInstanceUserEndpointOutput
pub fn build(self) -> DescribeAppInstanceUserEndpointOutput
Consumes the builder and constructs a DescribeAppInstanceUserEndpointOutput.
Trait Implementations§
source§impl Clone for DescribeAppInstanceUserEndpointOutputBuilder
impl Clone for DescribeAppInstanceUserEndpointOutputBuilder
source§fn clone(&self) -> DescribeAppInstanceUserEndpointOutputBuilder
fn clone(&self) -> DescribeAppInstanceUserEndpointOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeAppInstanceUserEndpointOutputBuilder
impl Default for DescribeAppInstanceUserEndpointOutputBuilder
source§fn default() -> DescribeAppInstanceUserEndpointOutputBuilder
fn default() -> DescribeAppInstanceUserEndpointOutputBuilder
source§impl PartialEq for DescribeAppInstanceUserEndpointOutputBuilder
impl PartialEq for DescribeAppInstanceUserEndpointOutputBuilder
source§fn eq(&self, other: &DescribeAppInstanceUserEndpointOutputBuilder) -> bool
fn eq(&self, other: &DescribeAppInstanceUserEndpointOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.