Struct aws_sdk_chime::operation::get_messaging_session_endpoint::builders::GetMessagingSessionEndpointOutputBuilder
source · #[non_exhaustive]pub struct GetMessagingSessionEndpointOutputBuilder { /* private fields */ }Expand description
A builder for GetMessagingSessionEndpointOutput.
Implementations§
source§impl GetMessagingSessionEndpointOutputBuilder
impl GetMessagingSessionEndpointOutputBuilder
sourcepub fn endpoint(self, input: MessagingSessionEndpoint) -> Self
pub fn endpoint(self, input: MessagingSessionEndpoint) -> Self
The endpoint returned in the response.
sourcepub fn set_endpoint(self, input: Option<MessagingSessionEndpoint>) -> Self
pub fn set_endpoint(self, input: Option<MessagingSessionEndpoint>) -> Self
The endpoint returned in the response.
sourcepub fn build(self) -> GetMessagingSessionEndpointOutput
pub fn build(self) -> GetMessagingSessionEndpointOutput
Consumes the builder and constructs a GetMessagingSessionEndpointOutput.
Trait Implementations§
source§impl Clone for GetMessagingSessionEndpointOutputBuilder
impl Clone for GetMessagingSessionEndpointOutputBuilder
source§fn clone(&self) -> GetMessagingSessionEndpointOutputBuilder
fn clone(&self) -> GetMessagingSessionEndpointOutputBuilder
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 GetMessagingSessionEndpointOutputBuilder
impl Default for GetMessagingSessionEndpointOutputBuilder
source§fn default() -> GetMessagingSessionEndpointOutputBuilder
fn default() -> GetMessagingSessionEndpointOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetMessagingSessionEndpointOutputBuilder> for GetMessagingSessionEndpointOutputBuilder
impl PartialEq<GetMessagingSessionEndpointOutputBuilder> for GetMessagingSessionEndpointOutputBuilder
source§fn eq(&self, other: &GetMessagingSessionEndpointOutputBuilder) -> bool
fn eq(&self, other: &GetMessagingSessionEndpointOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetMessagingSessionEndpointOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetMessagingSessionEndpointOutputBuilder
impl Send for GetMessagingSessionEndpointOutputBuilder
impl Sync for GetMessagingSessionEndpointOutputBuilder
impl Unpin for GetMessagingSessionEndpointOutputBuilder
impl UnwindSafe for GetMessagingSessionEndpointOutputBuilder
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