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