Struct aws_sdk_devicefarm::operation::stop_remote_access_session::builders::StopRemoteAccessSessionOutputBuilder
source · #[non_exhaustive]pub struct StopRemoteAccessSessionOutputBuilder { /* private fields */ }Expand description
A builder for StopRemoteAccessSessionOutput.
Implementations§
source§impl StopRemoteAccessSessionOutputBuilder
impl StopRemoteAccessSessionOutputBuilder
sourcepub fn remote_access_session(self, input: RemoteAccessSession) -> Self
pub fn remote_access_session(self, input: RemoteAccessSession) -> Self
A container that represents the metadata from the service about the remote access session you are stopping.
sourcepub fn set_remote_access_session(
self,
input: Option<RemoteAccessSession>
) -> Self
pub fn set_remote_access_session( self, input: Option<RemoteAccessSession> ) -> Self
A container that represents the metadata from the service about the remote access session you are stopping.
sourcepub fn get_remote_access_session(&self) -> &Option<RemoteAccessSession>
pub fn get_remote_access_session(&self) -> &Option<RemoteAccessSession>
A container that represents the metadata from the service about the remote access session you are stopping.
sourcepub fn build(self) -> StopRemoteAccessSessionOutput
pub fn build(self) -> StopRemoteAccessSessionOutput
Consumes the builder and constructs a StopRemoteAccessSessionOutput.
Trait Implementations§
source§impl Clone for StopRemoteAccessSessionOutputBuilder
impl Clone for StopRemoteAccessSessionOutputBuilder
source§fn clone(&self) -> StopRemoteAccessSessionOutputBuilder
fn clone(&self) -> StopRemoteAccessSessionOutputBuilder
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 StopRemoteAccessSessionOutputBuilder
impl Default for StopRemoteAccessSessionOutputBuilder
source§fn default() -> StopRemoteAccessSessionOutputBuilder
fn default() -> StopRemoteAccessSessionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopRemoteAccessSessionOutputBuilder
impl PartialEq for StopRemoteAccessSessionOutputBuilder
source§fn eq(&self, other: &StopRemoteAccessSessionOutputBuilder) -> bool
fn eq(&self, other: &StopRemoteAccessSessionOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StopRemoteAccessSessionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopRemoteAccessSessionOutputBuilder
impl Send for StopRemoteAccessSessionOutputBuilder
impl Sync for StopRemoteAccessSessionOutputBuilder
impl Unpin for StopRemoteAccessSessionOutputBuilder
impl UnwindSafe for StopRemoteAccessSessionOutputBuilder
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.