#[non_exhaustive]pub struct GetProxySessionOutputBuilder { /* private fields */ }Expand description
A builder for GetProxySessionOutput.
Implementations§
source§impl GetProxySessionOutputBuilder
impl GetProxySessionOutputBuilder
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 build(self) -> GetProxySessionOutput
pub fn build(self) -> GetProxySessionOutput
Consumes the builder and constructs a GetProxySessionOutput.
Trait Implementations§
source§impl Clone for GetProxySessionOutputBuilder
impl Clone for GetProxySessionOutputBuilder
source§fn clone(&self) -> GetProxySessionOutputBuilder
fn clone(&self) -> GetProxySessionOutputBuilder
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 Debug for GetProxySessionOutputBuilder
impl Debug for GetProxySessionOutputBuilder
source§impl Default for GetProxySessionOutputBuilder
impl Default for GetProxySessionOutputBuilder
source§fn default() -> GetProxySessionOutputBuilder
fn default() -> GetProxySessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetProxySessionOutputBuilder> for GetProxySessionOutputBuilder
impl PartialEq<GetProxySessionOutputBuilder> for GetProxySessionOutputBuilder
source§fn eq(&self, other: &GetProxySessionOutputBuilder) -> bool
fn eq(&self, other: &GetProxySessionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.